diff options
author | rh <rh> | 2000-08-30 12:19:08 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-30 12:19:08 +0000 |
commit | 104164ebdc5c556d4ea32559be2d3deabc13b6e7 (patch) | |
tree | 2964d872229fe1647385710d1e9fb49bf5cd0e8a | |
parent | 2b998200a129a46568b4146572154e1398e76f70 (diff) | |
download | pkgsrc-104164ebdc5c556d4ea32559be2d3deabc13b6e7.tar.gz |
Add patch-ac missing from last commit. This should fix installation of
'sane-config'.
-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) \ |