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, 15 insertions, 0 deletions
diff --git a/vnstati/Makefile.patch b/vnstati/Makefile.patch
new file mode 100644
index 0000000..e995904
--- /dev/null
+++ b/vnstati/Makefile.patch
@@ -0,0 +1,15 @@
+--- 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..."