all the files

old-commit-hash: bbb6b267dee6eb0289b45e02fe6563c929fe3d9e
This commit is contained in:
Adeeb Shihadeh
2021-07-26 16:52:44 -07:00
parent c0957e78b6
commit 4a0f458616
+1 -1
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