File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ zip -r "default-armeabi-v7a.jar" lib/armeabi-v7a
7070zip -r " default-x86.jar" lib/x86
7171zip -r " default-x86_64.jar" lib/x86_64
7272
73- mkdir ../../../../../../../../../../output
73+ mkdir -p ../../../../../../../../../../output
7474
7575cp * .jar ../../../../../../../../../../output
7676
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ zip -r "encoders-gpl-armeabi-v7a.jar" lib/armeabi-v7a
7171zip -r " encoders-gpl-x86.jar" lib/x86
7272zip -r " encoders-gpl-x86_64.jar" lib/x86_64
7373
74- mkdir ../../../../../../../../../../output
74+ mkdir -p ../../../../../../../../../../output
7575
7676cp * .jar ../../../../../../../../../../output
7777
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ zip -r "full-armeabi-v7a.jar" lib/armeabi-v7a
7070zip -r " full-x86.jar" lib/x86
7171zip -r " full-x86_64.jar" lib/x86_64
7272
73- mkdir ../../../../../../../../../../output
73+ mkdir -p ../../../../../../../../../../output
7474
7575cp * .jar ../../../../../../../../../../output
7676
You can’t perform that action at this time.
0 commit comments