Fix find option ordering (patch from Ville Skyttä, #199442).
Update TODO.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
1.68
|
||||
|
||||
* Fix find option ordering (patch from Ville Skyttä, #199442).
|
||||
* Random documentation updates.
|
||||
|
||||
1.67 2006-07-13
|
||||
|
||||
* Exclude NINJA.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# $Id: cpanspec,v 1.31 2006/07/13 21:57:16 stevenpritchard Exp $
|
||||
# $Id: cpanspec,v 1.32 2006/07/19 17:11:11 stevenpritchard Exp $
|
||||
|
||||
our $NAME="cpanspec";
|
||||
our $VERSION='1.67';
|
||||
@@ -1032,7 +1032,7 @@ END
|
||||
}
|
||||
|
||||
print $spec <<END;
|
||||
find \$RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \\;
|
||||
find \$RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \\;
|
||||
|
||||
chmod -R u+rwX,go+rX,go-w \$RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user