summaryrefslogtreecommitdiff
path: root/debian/patches/0025-multiarch_manpages_libdir.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-12-10 13:49:05 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-12-10 13:49:05 +0100
commitac1cb335bee11d7f030b75d8e1553d9eb07f01a0 (patch)
tree1246e3b2a44ec85dbdc61dad73cf7300584b4dd4 /debian/patches/0025-multiarch_manpages_libdir.patch
parent737ff0b1d932e715eb2415090e6570df9447c8f1 (diff)
Migrate to debhelper 10
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' $^ >$@