]> git.pld-linux.org Git - packages/zziplib.git/commitdiff
- proper directory for man pages auto/ti/zziplib-0_13_54-1
authorlisu <lisu@pld-linux.org>
Mon, 8 Jun 2009 10:45:18 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zziplib-manpages.patch -> 1.1

zziplib-manpages.patch [new file with mode: 0644]

diff --git a/zziplib-manpages.patch b/zziplib-manpages.patch
new file mode 100644 (file)
index 0000000..5a52c24
--- /dev/null
@@ -0,0 +1,14 @@
+--- zziplib-0.13.54/docs/Makefile.am~  2009-05-24 14:09:35.000000000 +0200
++++ zziplib-0.13.54/docs/Makefile.am   2009-06-08 11:58:59.000000000 +0200
+@@ -178,9 +178,9 @@
+       ; fi
+ install-man3 : manpages.tar
+-      $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
++      $(mkinstalldirs) $(DESTDIR)$(mandir)
+       P=`pwd` ; test -s manpages.tar || exit 1 \
+-      ; cd $(DESTDIR)$(mandir)/man3 && $(PAX_TAR_EXTRACT) $$P/manpages.tar \
++      ; cd $(DESTDIR)$(mandir) && $(PAX_TAR_EXTRACT) $$P/manpages.tar \
+         ; true
+ unpack : manpages.tar htmpages.tar
This page took 0.117708 seconds and 4 git commands to generate.