Commit ee15703c authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add lha, rar and xz extentions to exclude and sort alphabetically

parent ab93e6a4
......@@ -476,7 +476,7 @@ def install_package (pkgdir)
strip_find_files "find . -type f -name 'lib*.so*' -print", "-S"
# Strip binaries but not compressed archives
strip_find_files "find . -type f ! -iname '*\.zip' ! -iname '*\.tar' ! -iname '*\.gz' ! -iname '*\.tgz' ! -iname '*\.bz2' -perm /111 -print | sed -e '/lib.*\.a$/d' -e '/lib.*\.so/d'"
strip_find_files "find . -type f ! -iname '*\.bz2' ! -iname '*\.gz' ! -iname '*\.lha' ! -iname '*\.rar' ! -iname '*\.tar' ! -iname '*\.tgz' ! -iname '*\.xz' ! -iname '*\.zip' -perm /111 -print | sed -e '/lib.*\.a$/d' -e '/lib.*\.so/d'"
system "tar cf - ./usr/* | (cd /; tar xp --keep-directory-symlink -f -)"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment