summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-02-04 18:32:29 +0100
committerJuergen Daubert <jue@jue.li>2013-02-04 18:32:29 +0100
commit5eef406ebfe00af7666f37187e20bf87bede69cc (patch)
tree9aa8677ef2af6574d6e1bf02d1e7260ce580ad91
parent3c2d39e9c63a066a556ee021c7e3b52cf49425ac (diff)
downloadprt-utils-5eef406ebfe00af7666f37187e20bf87bede69cc.tar.gz
prt-utils-5eef406ebfe00af7666f37187e20bf87bede69cc.tar.xz
prtwash: add .32bit to the keep-files
-rwxr-xr-xprtwash3
-rw-r--r--prtwash.14
2 files changed, 4 insertions, 3 deletions
diff --git a/prtwash b/prtwash
index 757f82e..c6e5289 100755
--- a/prtwash
+++ b/prtwash
@@ -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
diff --git a/prtwash.1 b/prtwash.1
index cf3bdf4..0396678 100644
--- a/prtwash.1
+++ b/prtwash.1
@@ -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

Generated by cgit