summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-09-26 11:15:41 +0200
committerJuergen Daubert <jue@jue.li>2019-09-26 11:15:41 +0200
commit23824fd498decd6c7e5c3c87c735ba81a889730f (patch)
tree47f44230a3c04715ee04dd5b22f837cefaa638ab
parent1a2049e78079f6ff8357fe2a7a6f2b38e294553d (diff)
downloadprt-utils-23824fd498decd6c7e5c3c87c735ba81a889730f.tar.gz
prt-utils-23824fd498decd6c7e5c3c87c735ba81a889730f.tar.xz
prtsweep: add .signature to KEEP_FILES
-rwxr-xr-xprtsweep3
1 files changed, 2 insertions, 1 deletions
diff --git a/prtsweep b/prtsweep
index 24368fb..a874f6a 100755
--- a/prtsweep
+++ b/prtsweep
@@ -164,7 +164,8 @@ getoptions $@
KEEP_FILES=(
"Pkgfile" "README" "pre-install" "post-install"
- ".footprint" ".md5sum" ".32bit" ".nostrip" "." ".."
+ ".footprint" ".md5sum" ".signature" ".32bit" ".nostrip"
+ "." ".."
)

Generated by cgit