diff options
author | Juergen Daubert <jue@jue.li> | 2013-02-04 18:32:29 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-02-04 18:32:29 +0100 |
commit | 5eef406ebfe00af7666f37187e20bf87bede69cc (patch) | |
tree | 9aa8677ef2af6574d6e1bf02d1e7260ce580ad91 | |
parent | 3c2d39e9c63a066a556ee021c7e3b52cf49425ac (diff) | |
download | prt-utils-5eef406ebfe00af7666f37187e20bf87bede69cc.tar.gz prt-utils-5eef406ebfe00af7666f37187e20bf87bede69cc.tar.xz |
prtwash: add .32bit to the keep-files
-rwxr-xr-x | prtwash | 3 | ||||
-rw-r--r-- | prtwash.1 | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -158,6 +158,7 @@ wash() { if [ ! "$removeaddonfiles" = 1 ]; then # keep additional and dot files tosave=( "${tosave[@]}" ".md5sum" ) + tosave=( "${tosave[@]}" ".32bit" ) tosave=( "${tosave[@]}" ".footprint" ) tosave=( "${tosave[@]}" ".nostrip" ) tosave=( "${tosave[@]}" "README" ) @@ -186,7 +187,7 @@ wash() { done fi - for f in "$1"/{*,.footprint,.md5sum}; do + for f in "$1"/{*,.footprint,.md5sum,.32bit}; do if ! keep $f; then remove $f fi @@ -27,7 +27,7 @@ The sources (as stated in the Pkgfile) .IP \(bu 3 The built package .IP \(bu 3 -The .md5sum, .footprint and .nostrip files +The .md5sum, .footprint, .32bit and .nostrip files .IP \(bu 3 Additional files: README, FAQ, pre-install, post-install .PP @@ -47,7 +47,7 @@ also removes the sources .TP .B -d -also remove the additional files:.md5sum, .footprint, +also remove the additional files: .md5sum, .footprint, .32bit README, FAQ, pre/post-install .TP .B |