summaryrefslogtreecommitdiff
path: root/Libraries/LibThread/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibThread/install.sh')
-rwxr-xr-xLibraries/LibThread/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibThread/install.sh b/Libraries/LibThread/install.sh
index fe723c94e9..3044ca1b63 100755
--- a/Libraries/LibThread/install.sh
+++ b/Libraries/LibThread/install.sh
@@ -4,5 +4,5 @@ set -e
SERENITY_ROOT=../../
mkdir -p $SERENITY_ROOT/Root/usr/include/LibThread/
-cp *.h $SERENITY_ROOT/Root/usr/include/LibThread/
+cp ./*.h $SERENITY_ROOT/Root/usr/include/LibThread/
cp libthread.a $SERENITY_ROOT/Root/usr/lib/