blob: edee652aebf5a646a56df9f4cb0805deb66588e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.13 2015/10/27 11:29:35 wiz Exp $
Adapt installation to pkgsrc example config file location.
--- backend/Makefile.in.orig 2009-04-30 13:41:18.000000000 +0000
+++ backend/Makefile.in
@@ -1444,7 +1444,7 @@ build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
-configdir = @configdir@
+configdir = ${PREFIX}/share/examples/sane
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
|