wok-next diff samba/receipt @ rev 8548
imported patch get/ecm
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | cbb78c2b06ea |
children | 10c284c8d672 |
line diff
1.1 --- a/samba/receipt Sun Feb 06 20:49:59 2011 +0000 1.2 +++ b/samba/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -35,7 +35,6 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp stuff/*.files-list $src 1.8 mkdir -p $fs/usr 1.9 cp -a $_pkg/etc $fs 1.10 cp -a $_pkg/var $fs 1.11 @@ -43,7 +42,7 @@ 1.12 cp -a $_pkg/usr/sbin $fs/usr 1.13 cp -a $_pkg/usr/bin $fs/usr 1.14 cp -a stuff/etc $fs 1.15 - cat $src/*.files-list | while read file; do 1.16 + cat stuff/*.files-list | while read file; do 1.17 rm -rf $fs$file 1.18 done 1.19 }