]> git.pld-linux.org Git - packages/cups.git/blame - cups-nostrip.patch
- url which df can understand
[packages/cups.git] / cups-nostrip.patch
CommitLineData
402a0993
AM
1diff -urN cups-1.1.20rc4.org/Makedefs.in cups-1.1.20rc4/Makedefs.in
2--- cups-1.1.20rc4.org/Makedefs.in 2003-10-19 21:40:50.000000000 +0200
3+++ cups-1.1.20rc4/Makedefs.in 2003-10-19 21:41:20.000000000 +0200
4@@ -41,13 +41,13 @@
5 RM = @RM@ -f
6 SED = @SED@
7 SHELL = /bin/sh
8-STRIP = @STRIP@
9+STRIP = /bin/true
10
11 #
12 # Installation programs...
13 #
14
15-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
16+INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755
17 INSTALL_DATA = $(INSTALL) -m 644
18 INSTALL_DIR = $(INSTALL) -d
19 INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
This page took 0.030958 seconds and 4 git commands to generate.