mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
$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@
|