Skip to content

Commit f7a1d29

Browse files
committed
fix destination directory when overriding
1 parent 451d7b2 commit f7a1d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribute.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ function run_get_packages() {
437437
then
438438
debug "\$P4A_${module}_DIR is not empty, using $module_dir dir instead of downloading"
439439
cp -rf $module_dir $directory
440+
directory=$(get_directory $filename)
440441
continue
441442
fi
442443
debug "Download package for $module"

0 commit comments

Comments
 (0)