]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- fix for proper install .mo files.
authorkloczek <kloczek@pld-linux.org>
Fri, 27 Apr 2001 20:03:29 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-ac_fixes.patch -> 1.6

LPRng-ac_fixes.patch

index 8e66c8a0139daa63457a70e7f4cf4f2aa49d4ae0..4b39dbf8bfbdc368f98bf8e093de21df39b61d39 100644 (file)
@@ -373,3 +373,23 @@ diff -Nru LPRng-3.7.2/src/Makefile.in LPRng-3.7.2.new/src/Makefile.in
        cd ${DESTDIR}${bindir}; rm -f lp cancel; ln -s lpr lp; ln -s lprm cancel;
  
  uninstall:
+diff -Nru LPRng-3.7.4/Makefile.in LPRng-3.7.4.new/Makefile.in
+--- LPRng-3.7.4/Makefile.in    Thu Dec 28 14:05:42 2000
++++ LPRng-3.7.4.new/Makefile.in        Fri Apr 27 21:56:02 2001
+@@ -44,7 +44,6 @@
+ LOCKFILE=\"@LOCKFILE@\"
+ PSHOWALL="@PSHOWALL@"
+ FILTER_DIR=@FILTER_DIR@
+-LOCALEDIR=@LOCALEDIR@
+ INIT=@INIT@
+ USE_NLS=@USE_NLS@
+@@ -108,7 +107,7 @@
+ ###############################################################################
+ $(ALLDIRS): FRC
+       if [ "$@" != po -o "$(USE_NLS)" != "no" ] ; then \
+-              cd $@; $(MAKE) localedir=${DESTDIR}${LOCALEDIR} \
++              cd $@; $(MAKE) \
+                       DESTDIR=$(DESTDIR) $(MAKETARGET) ; \
+       fi
This page took 0.362527 seconds and 4 git commands to generate.