]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- obsolete
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Jul 2009 23:50:11 +0000 (23:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-DESTDIR.patch -> 1.2

LPRng-DESTDIR.patch [deleted file]

diff --git a/LPRng-DESTDIR.patch b/LPRng-DESTDIR.patch
deleted file mode 100644 (file)
index 47271ab..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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.055506 seconds and 4 git commands to generate.