wok-current diff e2fsprogs/receipt @ rev 10463
python-pastedeploy: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 11:29:26 2011 +0200 (2011-05-25) |
parents | 98d98cee3cd5 |
children | 73641efed1cc |
line diff
1.1 --- a/e2fsprogs/receipt Sat May 21 19:05:09 2011 +0000 1.2 +++ b/e2fsprogs/receipt Wed May 25 11:29:26 2011 +0200 1.3 @@ -20,8 +20,7 @@ 1.4 --enable-elf-shlibs \ 1.5 --sysconfdir=/etc \ 1.6 $CONFIGURE_ARGS 1.7 - make 1.8 - make install 1.9 + make && make install && 1.10 make install-libs 1.11 } 1.12 1.13 @@ -35,7 +34,7 @@ 1.14 cp -a $_pkg/usr/bin $fs/usr 1.15 cp -a $_pkg/usr/sbin $fs/usr 1.16 cp -a $_pkg/usr/lib/*.so $fs/usr/lib 1.17 - cat $src/*.files-list | while read file; do 1.18 + cat $stuff/*.files-list | while read file; do 1.19 rm -f $fs$file 1.20 done 1.21 # Remove fsck provided by Busybox and blkid by util-linux-ng.