- Remove not-used patches - Add patch for libiconv - fixes non-root users to 'make configure' problem
19 lines
505 B
Plaintext
19 lines
505 B
Plaintext
--- libiconv/lib/Makefile.in.orig Wed Jul 18 20:18:49 2001
|
|
+++ libiconv/lib/Makefile.in Wed Jul 18 20:19:17 2001
|
|
@@ -29,9 +29,12 @@
|
|
RM = rm -f
|
|
|
|
# Programs used by "make install":
|
|
-INSTALL = @INSTALL@
|
|
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
-INSTALL_DATA = @INSTALL_DATA@
|
|
+#INSTALL = @INSTALL@
|
|
+#INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
+#INSTALL_DATA = @INSTALL_DATA@
|
|
+INSTALL=install -c
|
|
+INSTALL_PROGRAM=install -c -s -m 555
|
|
+INSTALL_DATA=install -c -m 644
|
|
|
|
#### End of system configuration section. ####
|
|
|