summaryrefslogtreecommitdiff
path: root/audio/xmp/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmp/files/patch-ab')
-rw-r--r--audio/xmp/files/patch-ab30
1 files changed, 11 insertions, 19 deletions
diff --git a/audio/xmp/files/patch-ab b/audio/xmp/files/patch-ab
index 1b63134be24d..57c558dd4acf 100644
--- a/audio/xmp/files/patch-ab
+++ b/audio/xmp/files/patch-ab
@@ -1,19 +1,11 @@
-*** etc/Makefile.orig Sat Sep 18 14:29:28 1999
---- etc/Makefile Sat Sep 18 14:29:39 1999
-***************
-*** 21,27 ****
- @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
-
- xmp.spec: xmp.spec.in ../Makefile.rules
- cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@
---- 21,27 ----
- @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 $(PREFIX)/etc
-
- xmp.spec: xmp.spec.in ../Makefile.rules
- cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@
+--- 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' > $@