X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=BlackBox%2Fexport;h=7dbe714baa6b3694bd17f4becb7ee396499ea525;hb=3c4c4090ea8ddf1b041fac9a01524953ae1bc0f8;hp=4cd4ae14c751526c19201580a0b05fc2b1dba482;hpb=c351e478732c025064415aebc6dbad63731a371c;p=bbcp.git diff --git a/BlackBox/export b/BlackBox/export index 4cd4ae1..7dbe714 100755 --- a/BlackBox/export +++ b/BlackBox/export @@ -4,7 +4,7 @@ if [ $# -eq 1 ]; then outDir="${1}" if [ ! -e "${outDir}" ]; then mkdir "${outDir}" - pax -r -w -L -s ',^Lin/Mod/gen-.*,,' -s ',^Lin/Rsrc.*,,' `ls -p | grep -E "^[A-Z].+\/$" | grep -v "^${outDir}\/$"` libBB.so loader run-BlackBox blackbox* BlackBox* "${outDir}" + pax -r -w -L `ls -p | grep -E "^[A-Z].+\/$" | grep -v "^${outDir}\/$"` libBB.so loader run-BlackBox blackbox* BlackBox* "${outDir}" else echo "${outDir}: already exists" exit 2