diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:44:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:44:21 +0000 |
commit | 678717b8da2f33366d13ada3a57c505e0223a0ee (patch) | |
tree | 2865c55bbe7940e660725575f626469eb93d8c35 /graphics/sane-backends/files/patch-ad | |
parent | Update to version 1.27.2. (diff) |
Update to version 1.0.2.
PR: 18141
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/sane-backends/files/patch-ad')
-rw-r--r-- | graphics/sane-backends/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/sane-backends/files/patch-ad b/graphics/sane-backends/files/patch-ad new file mode 100644 index 000000000000..aa5e99f75678 --- /dev/null +++ b/graphics/sane-backends/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) \ |