We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c28702 commit 99933d6Copy full SHA for 99933d6
l2ork_addons/tar_em_up.sh
@@ -358,9 +358,9 @@ then
358
make
359
cp *pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/
360
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 ../
+ cp *pd ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/
+ cp -rf sound/* ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon/sound/
+ cd ../../
364
echo "done with l2ork addons."
365
cd ../
366
if [ $pkg -gt 0 ]; then
0 commit comments