9d1f44690c
This is one of the things pkglint checks, so _please_ use it.
20 lines
638 B
Text
20 lines
638 B
Text
$NetBSD: patch-aa,v 1.5 2001/02/28 10:26:02 wiz Exp $
|
|
--- Makefile.in.orig Sun May 14 21:14:59 2000
|
|
+++ Makefile.in Wed Feb 14 13:47:02 2001
|
|
@@ -49,6 +49,7 @@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_INFO = @INSTALL_INFO@
|
|
|
|
@@ -256,7 +257,7 @@
|
|
install-scripts: $(bindir)/mtools
|
|
@$(top_srcdir)/mkinstalldirs $(bindir)
|
|
@for j in $(SCRIPTS) ; do \
|
|
- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
|
|
+ $(INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
|
|
echo $(bindir)/$$j ; \
|
|
done
|
|
rm -f $(bindir)/lz
|