File minidjvu-0.8-gzip.patch of Package minidjvu
Description: gzip manpages in buildroot.
Author: Kyrill Detinov <lazy.kent@opensuse.org>
Index: Makefile.in
===================================================================
--- Makefile.in.orig 2009-10-11 14:00:03.000000000 +0400
+++ Makefile.in 2010-07-17 00:57:50.000000000 +0400
@@ -56,7 +56,7 @@ install-po:
install-doc:
${INSTALL} -d ${DESTDIR}$(MANDIR)
${INSTALL_DATA} $(DOCDIR)/$(manpage).1 ${DESTDIR}$(MANDIR)
- /usr/bin/gzip -nf -9 $(MANDIR)/$(manpage).1
+ /usr/bin/gzip -nf -9 $(DESTDIR)$(MANDIR)/$(manpage).1
for dir in $(DOCDIR)/*/; do \
if [ -f $${dir}$(manpage).1 ]; then \
LOCMANDIR=${DESTDIR}$(prefix)/share/man$${dir#$(DOCDIR)}/man1 &&\