Fix typos in e9144d1542
This commit is contained in:
@@ -670,8 +670,8 @@ cp -R $BUILD_ROOT/libs/LV2 $APPLIB/
|
||||
# lv2 core, classifications
|
||||
for file in $GTKSTACK_ROOT/lib/lv2/*.lv2; do
|
||||
BN=$(basename $file)
|
||||
mkdir -p $APPLIB/LV2/$file
|
||||
cp $GTKSTACK_ROOT/lib/lv2/${file}/*.ttl $APPLIB/LV2/${file}.lv2/
|
||||
mkdir -p $APPLIB/LV2/$BN
|
||||
cp $GTKSTACK_ROOT/lib/lv2/${BN}/*.ttl $APPLIB/LV2/${BN}.lv2/
|
||||
done
|
||||
|
||||
# go through and recursively remove any .svn dirs in the bundle
|
||||
|
||||
Reference in New Issue
Block a user