Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
d02c0fdb37
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package/base/coreutils/coreutils.conf

+ 4
- 0
package/base/coreutils/coreutils.conf

@ -43,6 +43,10 @@ coreutils_postmake() {
done
rm -f $root/usr/bin/ginstall
ln -s install $root/usr/bin/ginstall
echo '#!/usr/bin/perl' > $root/usr/bin/shuffle
echo '$_{rand()." ".$_}=1 while(<>);foreach(keys%_){s/^\S+ //;print;}' >> $root/usr/bin/shuffle
chmod +x $root/usr/bin/shuffle
}
if [ $stagelevel -ge 3 -a -f $root/var/adm/flists/acl ]; then

Loading…
Cancel
Save