diff options
author | Juergen Daubert <jue@jue.li> | 2019-09-26 11:15:41 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-09-26 11:15:41 +0200 |
commit | 23824fd498decd6c7e5c3c87c735ba81a889730f (patch) | |
tree | 47f44230a3c04715ee04dd5b22f837cefaa638ab | |
parent | 1a2049e78079f6ff8357fe2a7a6f2b38e294553d (diff) | |
download | prt-utils-23824fd498decd6c7e5c3c87c735ba81a889730f.tar.gz prt-utils-23824fd498decd6c7e5c3c87c735ba81a889730f.tar.xz |
prtsweep: add .signature to KEEP_FILES
-rwxr-xr-x | prtsweep | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -164,7 +164,8 @@ getoptions $@ KEEP_FILES=( "Pkgfile" "README" "pre-install" "post-install" - ".footprint" ".md5sum" ".32bit" ".nostrip" "." ".." + ".footprint" ".md5sum" ".signature" ".32bit" ".nostrip" + "." ".." ) |