summaryrefslogtreecommitdiff
path: root/debian/patches/0025-multiarch_manpages_libdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0025-multiarch_manpages_libdir.patch')
-rw-r--r--debian/patches/0025-multiarch_manpages_libdir.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/0025-multiarch_manpages_libdir.patch b/debian/patches/0025-multiarch_manpages_libdir.patch
index 142d501..d0b262d 100644
--- a/debian/patches/0025-multiarch_manpages_libdir.patch
+++ b/debian/patches/0025-multiarch_manpages_libdir.patch
@@ -16,3 +16,16 @@ Index: trunk/doc/Makefile.in
-e 's|@BINDIR@|$(bindir)|g' \
-e 's|@SBINDIR@|$(sbindir)|g' \
-e 's|@PACKAGEVERSION@|$(package_version)|g' $^ >$@
+Index: trunk/doc/Makefile.am
+===================================================================
+--- trunk.orig/doc/Makefile.am
++++ trunk/doc/Makefile.am
+@@ -107,7 +107,7 @@ MAN2HTML= nroff -c -man |\
+ @sed -e 's|@DATADIR@|$(datadir)|g' \
+ -e 's|@CONFIGDIR@|$(configdir)|g' \
+ -e 's|@DOCDIR@|$(docdir)|g' \
+- -e 's|@LIBDIR@|$(libdir)/sane|g' \
++ -e 's|@LIBDIR@|/usr/lib/arch_triplet/sane|g' \
+ -e 's|@BINDIR@|$(bindir)|g' \
+ -e 's|@SBINDIR@|$(sbindir)|g' \
+ -e 's|@PACKAGEVERSION@|$(package_version)|g' $^ >$@