From 2bb0e0589a30104ad326b485a9d0c6cbc4298d68 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Fri, 25 Jan 2008 17:55:13 +0000 Subject: [PATCH] New sources and configuration patch --- .cvsignore | 11 +---------- coreutils-6.10-configuration.patch | 12 ++++++++++++ sources | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 coreutils-6.10-configuration.patch diff --git a/.cvsignore b/.cvsignore index a8d11c6..189a0da 100644 --- a/.cvsignore +++ b/.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 diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch new file mode 100644 index 0000000..46789d2 --- /dev/null +++ b/coreutils-6.10-configuration.patch @@ -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 diff --git a/sources b/sources index 4739176..f3975e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9607d8495f16e98906e7ed2d9751a06 coreutils-6.9.tar.bz2 +23582a4e8b21e837cfbafbc3834a8a4b coreutils-6.10.tar.lzma