Skip to content

Commit cdd7fcd

Browse files
Remove unnecessary mkdir in build-extensions.sh
This was unnecessary as `build_widget` will make the directory if needed. Moreover, the `-s` option for `basename` isn't available on Debian Wheezy.
1 parent 09a464c commit cdd7fcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

util/build-extensions.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,5 @@ build_order=$(${lc_compile} --modulepath ${module_dir} --deps changed-order -- $
4444

4545
# Loop over the extensions that need to be (re-)built
4646
for ext in ${build_order} ; do
47-
# Create the output directory
48-
mkdir -p "${destination_dir}"/com.livecode.extensions.livecode.$(basename -s .lcb "${ext}")
49-
50-
# Build this extension
5147
build_widget $(dirname "${ext}") "${destination_dir}" "${module_dir}" "${lc_compile}"
5248
done

0 commit comments

Comments
 (0)