diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-16 12:57:21 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-16 12:58:03 +0200 |
commit | 13b727f6aa3225b88e620bfc9f44e190c3fccd36 (patch) | |
tree | 7f6712a906383d34afbdcef45e7e8eeaff6dd047 /testing/nethogs/set-version.patch | |
parent | 1c0c11a967c503a9828f3ee95f8b4145b480d2bf (diff) | |
download | aports-13b727f6aa3225b88e620bfc9f44e190c3fccd36.tar.bz2 aports-13b727f6aa3225b88e620bfc9f44e190c3fccd36.tar.xz |
testing/nethogs: modernize abuild
Diffstat (limited to 'testing/nethogs/set-version.patch')
-rw-r--r-- | testing/nethogs/set-version.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nethogs/set-version.patch b/testing/nethogs/set-version.patch index 67817ab811..35f6c43044 100644 --- a/testing/nethogs/set-version.patch +++ b/testing/nethogs/set-version.patch @@ -1,5 +1,5 @@ ---- ./Makefile.orig -+++ ./Makefile +--- a/Makefile ++++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION := $(shell ./determineVersion.sh) +export VERSION ?= $(shell ./determineVersion.sh) |