Skip to content

Commit 99933d6

Browse files
author
Ivica Ico Bukvic
committed
*fixed typo regression in the new fftease build script
1 parent 9c28702 commit 99933d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

l2ork_addons/tar_em_up.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ then
358358
make
359359
cp *pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/
360360
cd fftease32-helpfiles/
361-
cp *pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/
362-
cp -rf sound/* ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/sound/
363-
cd ../
361+
cp *pd ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/
362+
cp -rf sound/* ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/sound/
363+
cd ../../
364364
echo "done with l2ork addons."
365365
cd ../
366366
if [ $pkg -gt 0 ]; then

0 commit comments

Comments
 (0)