let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / cups / patches / 110-no-strip-on-install.patch
1 diff -urN cups-1.1.23.old/Makedefs.in cups-1.1.23/Makedefs.in
2 --- cups-1.1.23.old/Makedefs.in 2005-01-03 20:29:44.000000000 +0100
3 +++ cups-1.1.23/Makedefs.in     2005-03-23 20:28:06.000000000 +0100
4 @@ -47,7 +47,7 @@
5  # Installation programs...
6  #
7  
8 -INSTALL_BIN    =       $(LIBTOOL) $(INSTALL) -m 755 -s
9 +INSTALL_BIN    =       $(LIBTOOL) $(INSTALL) -m 755
10  INSTALL_DATA   =       $(INSTALL) -m 644
11  INSTALL_DIR    =       $(INSTALL) -d
12  INSTALL_LIB    =       $(LIBTOOL) $(INSTALL) -m 755