summaryrefslogtreecommitdiff
path: root/src/3rdparty/harfbuzz-ng/import_from_tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/harfbuzz-ng/import_from_tarball.sh')
-rw-r--r--src/3rdparty/harfbuzz-ng/import_from_tarball.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/3rdparty/harfbuzz-ng/import_from_tarball.sh b/src/3rdparty/harfbuzz-ng/import_from_tarball.sh
index 7bcaf22cdc..627cc51b28 100644
--- a/src/3rdparty/harfbuzz-ng/import_from_tarball.sh
+++ b/src/3rdparty/harfbuzz-ng/import_from_tarball.sh
@@ -90,16 +90,4 @@ for i in ${FILES[*]}; do
copy_file_or_dir "$i"
done
-CODEFILES=($HB_DIR/src/*.cc
- $HB_DIR/src/*.hh
- $HB_DIR/src/*.h)
-
-for i in ${CODEFILES[*]}; do
- cp $i $TARGET_DIR/src/
-done
-
-GSUBFILES=($HB_DIR/src/OT/Layout/GSUB/*.hh)
-
-for i in ${GSUBFILES[*]}; do
- cp $i $TARGET_DIR/src/OT/Layout/GSUB/
-done
+cp -R $HB_DIR/src $TARGET_DIR