summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sane-frontends/files/patch-ad')
-rw-r--r--graphics/sane-frontends/files/patch-ad19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/sane-frontends/files/patch-ad b/graphics/sane-frontends/files/patch-ad
new file mode 100644
index 000000000000..aa5e99f75678
--- /dev/null
+++ b/graphics/sane-frontends/files/patch-ad
@@ -0,0 +1,19 @@
+--- tools/Makefile.in.orig Sun Mar 5 22:45:19 2000
++++ tools/Makefile.in Wed Apr 19 06:00:00 2000
+@@ -25,6 +25,7 @@
+ MKDIR = $(top_srcdir)/mkinstalldirs
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_DATA = @INSTALL_DATA@
+ RANLIB = @RANLIB@
+
+@@ -65,7 +66,7 @@
+ all: $(DESTINATIONS)
+
+ install: sane-config
+- $(INSTALL_PROGRAM) sane-config $(bindir)/sane-config
++ $(INSTALL_SCRIPT) sane-config $(bindir)/sane-config
+
+ sane-config: sane-config.in $(top_builddir)/config.status
+ cd $(top_builddir) \