forked from pool/colordiff
2226d0ad3d
- Update to 1.0.15 * see attached CHANGES for details OBS-URL: https://build.opensuse.org/request/show/320723 OBS-URL: https://build.opensuse.org/package/show/devel:tools/colordiff?expand=0&rev=11
16 lines
427 B
Diff
16 lines
427 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -36,9 +36,7 @@ install:
|
|
else \
|
|
install -d ${DESTDIR}${ETC_DIR}; \
|
|
fi
|
|
- cp colordiffrc ${DESTDIR}${ETC_DIR}/colordiffrc
|
|
- -chown root.root ${DESTDIR}${ETC_DIR}/colordiffrc
|
|
- chmod 644 ${DESTDIR}${ETC_DIR}/colordiffrc
|
|
+ install -m 644 colordiffrc ${ETC_DIR}/colordiffrc
|
|
|
|
.PHONY: uninstall
|
|
uninstall:
|