all the files

pull/21731/head
Adeeb Shihadeh 2021-07-26 16:52:44 -07:00
parent ec9b7833fa
commit bbb6b267de
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ git clean -xdf
echo "[-] copying files T=$SECONDS"
cd $SOURCE_DIR
cp -pR --parents $(cat release/files_common) $TARGET_DIR/
#cp -pR --parents $(cat release/files_tici) $TARGET_DIR/
cp -pR --parents $(cat release/files_tici) $TARGET_DIR/
if [ ! -z "$EXTRA_FILES" ]; then
cp -pR --parents $EXTRA_FILES $TARGET_DIR/
fi