blob: 57c558dd4acf5725198b5bdb1175f06c32870444 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- etc/Makefile.orig Wed Feb 2 22:20:34 2000
+++ etc/Makefile Fri Aug 4 23:49:51 2000
@@ -21,7 +21,7 @@
@if [ -f /etc/xmp-modules.conf ]; then \
mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \
fi
- $(INSTALL) -m644 xmp.conf xmp-modules.conf /etc
+ $(INSTALL_DATA) xmp.conf xmp-modules.conf $(ETC_DIR)
xmp.spec: xmp.spec.in ../Makefile.rules
cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@
|