]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - dev86/patches/dev86-nostrip.patch
b26169abb2e633c25a699159a0f052b27a8f0c8e
[people/amarx/ipfire-3.x.git] / dev86 / patches / dev86-nostrip.patch
1 --- dev86-0.16.17/makefile.in.nostrip 2007-01-30 14:28:38.000000000 +0100
2 +++ dev86-0.16.17/makefile.in 2007-01-30 14:40:56.000000000 +0100
3 @@ -78,7 +78,7 @@
4
5 # Install files with the userid of the currently running process.
6 INDAT=-m 644
7 -INEXE=-m 755 -s
8 +INEXE=-m 755
9 INSCR=-m 755
10
11 #ifdef __CYGWIN__