- Timestamp:
- Apr 21, 2012, 1:43:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1480 r1484 1125 1125 print SCRIPT "rm -f $pbpkg-$pbver$pbextdir.tar.gz\n"; 1126 1126 print SCRIPT "rmdir $pbpkg-$pbver$pbextdir\n"; 1127 print SCRIPT "find . -type f -print0 | xargs -0 chmod 644\n"; 1128 print SCRIPT "find . -type d -print0 | xargs -0 chmod 755\n"; 1127 1129 close(SCRIPT); 1128 1130 chmod 0755,"$ENV{'PBTMP'}/pbscript";
Note:
See TracChangeset
for help on using the changeset viewer.