]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- fix new files
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 31 Oct 2007 14:32:14 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-DESTDIR.patch -> 1.1

LPRng-DESTDIR.patch [new file with mode: 0644]

diff --git a/LPRng-DESTDIR.patch b/LPRng-DESTDIR.patch
new file mode 100644 (file)
index 0000000..47271ab
--- /dev/null
@@ -0,0 +1,19 @@
+--- LPRng-3.8.32/Makefile.in~  2007-10-31 14:35:16.000000000 +0100
++++ LPRng-3.8.32/Makefile.in   2007-10-31 14:39:28.000000000 +0100
+@@ -132,13 +132,13 @@
+       -rm -f *.bak ? ?.* core *.old *~ po/*~ lprng.sh
+ install: all
+-      if [ ! -d ${DATADIR} ] ; then ${SRC}/mkinstalldirs ${DATADIR}; fi
++      ${SRC}/mkinstalldirs $(DESTDIR)${DATADIR}
+       for i in lpd.perms lpd.conf printcap lprng.sh postinstall ; do \
+-              ${INSTALL} $$i ${DATADIR}/$$i.sample; \
++              ${INSTALL} $$i $(DESTDIR)${DATADIR}/$$i.sample; \
+       done
+       OSNAME=@OSNAME@; case "@OSNAME@" in *linux* ) \
+               for i in init.linux init.linuxsb init.redhat ; do \
+-              ${INSTALL} $$i ${DATADIR}/$$i.sample; \
++              ${INSTALL} $$i $(DESTDIR)${DATADIR}/$$i.sample; \
+               done; ;; esac
+       $(MAKE) MAKETARGET=$@ DESTDIR=$(DESTDIR) $(INSTALLDIRS)
+       MAKEINSTALL=YES DESTDIR=$(DESTDIR) $(SHELL) postinstall
This page took 0.039572 seconds and 4 git commands to generate.