]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-no_dupl_DESDIR.patch
- added types patch (should fix SEGV on 64-bit archs, BTS#708)
[packages/LPRng.git] / LPRng-no_dupl_DESDIR.patch
1 --- LPRng-3.8.15/Makefile.in~   Sun Nov 24 00:49:04 2002
2 +++ LPRng-3.8.15/Makefile.in    Sun Nov 24 00:49:04 2002
3 @@ -117,7 +117,7 @@
4  ###############################################################################
5  $(ALLDIRS):
6         if [ "$@" != po -o "$(USE_NLS)" != "no" ] ; then \
7 -               cd $@; $(MAKE) localedir=${DESTDIR}${LOCALEDIR} \
8 +               cd $@; $(MAKE) localedir=${LOCALEDIR} \
9                         DESTDIR=$(DESTDIR) $(MAKETARGET) ; \
10         fi
11  
This page took 0.064313 seconds and 3 git commands to generate.