New sources and configuration patch
This commit is contained in:
parent
5232b97e1a
commit
2bb0e0589a
11
.cvsignore
11
.cvsignore
@ -1,10 +1 @@
|
||||
coreutils-5.2.1.tar.bz2
|
||||
coreutils-5.92.tar.bz2
|
||||
coreutils-5.93.tar.bz2
|
||||
coreutils-5.94.tar.bz2
|
||||
coreutils-5.95.tar.bz2
|
||||
coreutils-5.96.tar.bz2
|
||||
coreutils-5.97.tar.bz2
|
||||
coreutils-6.7.tar.bz2
|
||||
coreutils-6.8+-ss-2007-03-01.11.42.23+0.tar.gz
|
||||
coreutils-6.9.tar.bz2
|
||||
coreutils-6.10.tar.lzma
|
||||
|
12
coreutils-6.10-configuration.patch
Normal file
12
coreutils-6.10-configuration.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urp coreutils-6.10-orig/src/Makefile.am coreutils-6.10/src/Makefile.am
|
||||
--- coreutils-6.10-orig/src/Makefile.am 2008-01-11 11:34:22.000000000 +0100
|
||||
+++ coreutils-6.10/src/Makefile.am 2008-01-23 14:52:26.000000000 +0100
|
||||
@@ -170,7 +170,7 @@ install_su = \
|
||||
echo " chown root $(installed_su)"; \
|
||||
chown root $(installed_su); \
|
||||
echo " chmod $(setuid_root_mode) $(installed_su)"; \
|
||||
- chmod $(setuid_root_mode) $(installed_su) \
|
||||
+ chmod $(setuid_root_mode) $(installed_su); \
|
||||
else \
|
||||
:; \
|
||||
fi
|
Loading…
Reference in New Issue
Block a user