444d10b721
- Remove not-used patches - Add patch for libiconv - fixes non-root users to 'make configure' problem
17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
--- libiconv/libcharset/lib/Makefile.in.orig Wed Jul 18 20:22:02 2001
|
|
+++ libiconv/libcharset/lib/Makefile.in Wed Jul 18 20:22:43 2001
|
|
@@ -25,8 +25,11 @@
|
|
RM = rm -f
|
|
|
|
# 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. ####
|