diff options
Diffstat (limited to 'debian/patches/multiarch_manpages_libdir.patch')
-rw-r--r-- | debian/patches/multiarch_manpages_libdir.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/patches/multiarch_manpages_libdir.patch b/debian/patches/multiarch_manpages_libdir.patch index cd40126..142d501 100644 --- a/debian/patches/multiarch_manpages_libdir.patch +++ b/debian/patches/multiarch_manpages_libdir.patch @@ -3,9 +3,11 @@ Description: Use a generic multiarch path in man pages a generic /usr/lib/arch_triplet/sane path instead. Author: Julien BLACHE <jblache@debian.org> ---- a/doc/Makefile.in -+++ b/doc/Makefile.in -@@ -901,7 +901,7 @@ +Index: trunk/doc/Makefile.in +=================================================================== +--- trunk.orig/doc/Makefile.in ++++ trunk/doc/Makefile.in +@@ -906,7 +906,7 @@ all: bemans $(STANDARD) html-pages @sed -e 's|@DATADIR@|$(datadir)|g' \ -e 's|@CONFIGDIR@|$(configdir)|g' \ -e 's|@DOCDIR@|$(docdir)|g' \ |