Bugfix: error when directory exists
This commit is contained in:
parent
be04f698fe
commit
090e7ec17a
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -72,7 +72,7 @@ cd_and_exec reqwest4j/build/libs \
|
|||
|
||||
# ---
|
||||
title 'Adding reqwest4j JAR into Piped...'
|
||||
cd_and_exec backend mkdir libs
|
||||
cd_and_exec backend mkdir -p libs
|
||||
cd_and_exec backend/libs mv "$REQ4J" ./
|
||||
|
||||
title 'Building Piped...'
|
||||
|
|
Loading…
Reference in a new issue