2000-09-16 14:38:55 -04:00
|
|
|
--- 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' > $@
|