diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-16 12:57:38 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-16 12:58:03 +0200 |
commit | 080bc4539da884ff321834b7d8b80465e53869b9 (patch) | |
tree | f2d3c672b698f8ea10bed6293a85ecde54313d45 /community/nethogs/set-version.patch | |
parent | 13b727f6aa3225b88e620bfc9f44e190c3fccd36 (diff) | |
download | aports-080bc4539da884ff321834b7d8b80465e53869b9.tar.bz2 aports-080bc4539da884ff321834b7d8b80465e53869b9.tar.xz |
community/nethogs: move from testing
Diffstat (limited to 'community/nethogs/set-version.patch')
-rw-r--r-- | community/nethogs/set-version.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/nethogs/set-version.patch b/community/nethogs/set-version.patch new file mode 100644 index 0000000000..35f6c43044 --- /dev/null +++ b/community/nethogs/set-version.patch @@ -0,0 +1,8 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,4 +1,4 @@ +-export VERSION := $(shell ./determineVersion.sh) ++export VERSION ?= $(shell ./determineVersion.sh) + + #export PREFIX := /usr + export PREFIX ?= /usr/local |