Browse Source

Revert "cleanup previous bundles before building"

This reverts commit dceede636f.
tags/v1.1
falkTX 4 years ago
parent
commit
93416fdff7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      build-plugins.sh

+ 0
- 5
build-plugins.sh View File

@@ -115,11 +115,6 @@ for plugin in ${@}; do

download "${name}" "${version}" "${dlbaseurl}" "${dlext}" "${dlmethod}" "${dlname}"

# cleanup previous bundles before building
for lv2bundle in ${lv2bundles[@]}; do
rm -rf "${LV2DIR}/${lv2bundle}"
done

case ${buildtype} in
"autoconf")
build_autoconf "${name}" "${version}" "${buildargs}"


Loading…
Cancel
Save