tazpkg diff modules/recompress @ rev 902
Add: License info in Portuguese.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sun Mar 27 06:04:45 2016 -0300 (2016-03-27) |
parents | d6cbd0c5f273 |
children |
line diff
1.1 --- a/modules/recompress Mon Oct 05 03:53:47 2015 +0300 1.2 +++ b/modules/recompress Sun Mar 27 06:04:45 2016 -0300 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"