18 lines
598 B
Plaintext
18 lines
598 B
Plaintext
$OpenBSD: patch-libiconv-libcharset-Makefile_in,v 1.2 2002/06/18 16:11:30 naddy Exp $
|
|
--- libiconv/libcharset/Makefile.in.orig Mon May 21 18:16:31 2001
|
|
+++ libiconv/libcharset/Makefile.in Tue Jun 18 18:07:43 2002
|
|
@@ -20,8 +20,11 @@ RM = rm -f
|
|
@SET_MAKE@
|
|
|
|
# Programs used by "make install":
|
|
-INSTALL = @INSTALL@
|
|
-INSTALL_DATA = @INSTALL_DATA@
|
|
+#INSTALL = @INSTALL@
|
|
+#INSTALL_DATA = @INSTALL_DATA@
|
|
+INSTALL=install -c
|
|
+INSTALL_PROGRAM=install -c -s -m 555
|
|
+INSTALL_DATA=install -c -m 644
|
|
MKINSTALLDIRS = $(SHELL) $(srcdir)/autoconf/mkinstalldirs
|
|
|
|
#### End of system configuration section. ####
|