blob: 1b63134be24dd12c26b63a629b2f7958ed139f4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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' > $@
|