tazpkg diff modules/recompress @ rev 931
Add module/bb: manage Busybox applets.
Remove function definitions that are now in the /lib/libtaz.sh (die, im).
Remove function definitions that are now in the /lib/libtaz.sh (die, im).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jan 08 11:24:12 2017 +0200 (2017-01-08) |
parents | d6cbd0c5f273 |
children |
line diff
1.1 --- a/modules/recompress Mon Oct 05 03:53:47 2015 +0300 1.2 +++ b/modules/recompress Sun Jan 08 11:24:12 2017 +0200 1.3 @@ -40,12 +40,12 @@ 1.4 extract_package 1.5 1.6 action "Recompressing the FS..." 1.7 -find fs | busybox cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si 1.8 +find fs | cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si 1.9 rm -rf fs 1.10 status 1.11 1.12 action "Creating new package..." 1.13 -find | busybox cpio -o -H newc --quiet > "$PACKAGE_FILE" 1.14 +find | cpio -o -H newc --quiet > "$PACKAGE_FILE" 1.15 status 1.16 1.17 rm -rf "$TMP_DIR"