Skip to content

Commit 4eb3a49

Browse files
committed
Merge pull request kivy#84 from brousch/master
Fix for build fails when no java files to copy.
2 parents 668cedc + ebfbd99 commit 4eb3a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ function run_distribute() {
548548
try cp -a $BUILD_PATH/libs/* libs/$ARCH/
549549

550550
debug "Copy java files from various libs"
551-
try cp -a $BUILD_PATH/java/* src
551+
cp -a $BUILD_PATH/java/* src
552552

553553
debug "Fill private directory"
554554
try cp -a python-install/lib private/

0 commit comments

Comments
 (0)