summaryrefslogtreecommitdiffhomepage
path: root/make_dist_osx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_dist_osx.sh')
-rwxr-xr-xmake_dist_osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_dist_osx.sh b/make_dist_osx.sh
index 9d91de3..505c583 100755
--- a/make_dist_osx.sh
+++ b/make_dist_osx.sh
@@ -4,7 +4,7 @@ outputDir=dist/
mkdir -p $outputDir
-for f in dev/lib/*/*.hpp; do
+for f in include/ocl/*/*.hpp; do
baseName=`echo $f | cut -d "." -f 1`
echo "RUN:" ditto $baseName.hpp $outputDir$baseName
ditto $baseName.hpp $outputDir$baseName