summaryrefslogtreecommitdiffstats
path: root/vnstati/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vnstati/Makefile.patch')
-rw-r--r--vnstati/Makefile.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/vnstati/Makefile.patch b/vnstati/Makefile.patch
deleted file mode 100644
index e995904..0000000
--- a/vnstati/Makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile 2009-01-02 10:40:22.000000000 +0100
-+++ Makefile.new 2009-01-02 10:42:30.000000000 +0100
-@@ -12,10 +12,10 @@
- @echo "Installing vnStat image output..."
-
- # update man page and gzip it
-- install -m 644 man/vnstati.1 $(MAN)/man1
-+ install -D -m 644 man/vnstati.1 $(MAN)/man1/vnstati.1
- gzip -f9 $(MAN)/man1/vnstati.1
-
-- install -s -m 755 src/vnstati $(BIN)
-+ install -D -s -m 755 src/vnstati $(BIN)/vnstati
-
- uninstall:
- @echo "Uninstalling vnStat image output..."