We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668cedc commit f113511Copy full SHA for f113511
1 file changed
distribute.sh
@@ -548,7 +548,9 @@ function run_distribute() {
548
try cp -a $BUILD_PATH/libs/* libs/$ARCH/
549
550
debug "Copy java files from various libs"
551
- try cp -a $BUILD_PATH/java/* src
+ if [ "$(ls -A $BUILD_PATH/java)" ]; then
552
+ try cp -a $BUILD_PATH/java/* src
553
+ fi
554
555
debug "Fill private directory"
556
try cp -a python-install/lib private/
0 commit comments