Fix find option ordering (patch from Ville Skyttä, #199442).

Update TODO.
This commit is contained in:
stevenpritchard
2006-07-19 17:11:11 +00:00
parent 0c7b5bb4e0
commit b0e6a35d32
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -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.
+2 -2
View File
@@ -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/*