diff options
author | rh <rh@pkgsrc.org> | 2000-08-30 12:19:08 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-30 12:19:08 +0000 |
commit | 7082ccd6d95285958ba63e77edeba6465287541a (patch) | |
tree | 2964d872229fe1647385710d1e9fb49bf5cd0e8a /graphics | |
parent | d11d78830ebea8ab7db57345ac038d4e5dc63752 (diff) | |
download | pkgsrc-7082ccd6d95285958ba63e77edeba6465287541a.tar.gz |
Add patch-ac missing from last commit. This should fix installation of
'sane-config'.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sane/patches/patch-ac b/graphics/sane/patches/patch-ac new file mode 100644 index 00000000000..120e92f62b8 --- /dev/null +++ b/graphics/sane/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.8 2000/08/30 12:19:08 rh Exp $ + +--- tools/Makefile.in.orig Sun Mar 5 14:45:19 2000 ++++ tools/Makefile.in Mon Jul 3 17:13:09 2000 +@@ -65,7 +65,7 @@ + all: $(DESTINATIONS) + + install: sane-config +- $(INSTALL_PROGRAM) sane-config $(bindir)/sane-config ++ ${BSD_INSTALL_SCRIPT} sane-config ${bindir}/sane-config + + sane-config: sane-config.in $(top_builddir)/config.status + cd $(top_builddir) \ |