2 changed files with 14 additions and 16 deletions
@ -1,14 +1,12 @@ |
|||||
diff --git a/Makefile b/Makefile
|
diff -u -r ../colordiff-1.0.18/Makefile ./Makefile
|
||||
index 3315fb5..eb211c4 100644
|
--- ../colordiff-1.0.18/Makefile 2016-11-12 13:12:14.000000000 +0100
|
||||
--- a/Makefile
|
+++ ./Makefile 2017-06-06 22:31:52.645026869 +0200
|
||||
+++ b/Makefile
|
@@ -37,8 +37,6 @@
|
||||
@@ -1,6 +1,6 @@
|
install -d ${DESTDIR}${ETC_DIR}; \ |
||||
-INSTALL_DIR=/usr/local/bin
|
fi |
||||
-MAN_DIR=/usr/local/man/man1
|
cp colordiffrc ${DESTDIR}${ETC_DIR}/colordiffrc |
||||
-ETC_DIR=/etc
|
- -chown root.root ${DESTDIR}${ETC_DIR}/colordiffrc
|
||||
+INSTALL_DIR?=/usr/local/bin
|
- chmod 644 ${DESTDIR}${ETC_DIR}/colordiffrc
|
||||
+MAN_DIR?=/usr/local/man/man1
|
|
||||
+ETC_DIR?=/etc
|
.PHONY: uninstall |
||||
VERSION=$(shell egrep '^my .version' colordiff.pl |cut -f 2 -d "'") |
uninstall: |
||||
DIST_FILES=COPYING INSTALL Makefile README \ |
|
||||
colordiff.pl colordiffrc colordiffrc-lightbg cdiff.sh BUGS CHANGES colordiff.1 \ |
|
||||
|
Loading…
Reference in new issue