wok-4.x rev 2227
screen-pam: fix build loop
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 12 20:59:54 2009 +0100 (2009-02-12) |
parents | 7a6ae52b92fa |
children | 5969129b4298 |
files | screen-pam/receipt |
line diff
1.1 --- a/screen-pam/receipt Thu Feb 12 11:53:23 2009 +0000 1.2 +++ b/screen-pam/receipt Thu Feb 12 20:59:54 2009 +0100 1.3 @@ -34,9 +34,5 @@ 1.4 cp $src/etc/screenrc $fs/etc 1.5 cp -a $_pkg/usr/bin/screen-$VERSION $fs/usr/bin/screen 1.6 cp -a $_pkg/usr/share/screen $fs/usr/share 1.7 - for i in $(cd $WOK; ls -d screen-*) 1.8 - do 1.9 - tazwok genpkg $i 1.10 - done 1.11 } 1.12