OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 06-Feb-2006 12:27:04 Branch: HEAD Handle: 2006020611270300 Modified files: openpkg-src/coreutils coreutils.spec Log: minor cosmetics Summary: Revision Changes Path 1.49 +6 -6 openpkg-src/coreutils/coreutils.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/coreutils/coreutils.spec ============================================================================ $ cvs diff -u -r1.48 -r1.49 coreutils.spec --- openpkg-src/coreutils/coreutils.spec 5 Feb 2006 21:16:35 -0000 1.48 +++ openpkg-src/coreutils/coreutils.spec 6 Feb 2006 11:27:03 -0000 1.49 @@ -33,7 +33,7 @@ Group: Utility License: GPL Version: 5.93 -Release: 20060205 +Release: 20060206 # package options %option with_legacy no @@ -114,11 +114,11 @@ for i in g*; do ln -s $i `echo "$i" | sed -e 's;^g;;'` done - # These cause problems on SuSE 8.x and Darwin. - # configure determines system type using these. - for p in hostname uname ; do - rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/$p - rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/${p}* + # These cause problems on SuSE 8.x and Darwin. + # configure determines system type using these. + for p in hostname uname; do + rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/$p + rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/${p}* done cd $RPM_BUILD_ROOT%{l_prefix}/man/man1 for i in g*; do @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org