mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-01 07:15:06 +01:00
Create dir before try to copy in
This commit is contained in:
parent
6a451756e6
commit
9ea14210b3
@ -73,6 +73,7 @@ place_files () {
|
||||
cp "${RIIVOLUTION_DIR}"/BGs/* "${WORKDIR}"/files/Object/
|
||||
cp "${RIIVOLUTION_DIR}"/SpriteTex/* "${WORKDIR}"/files/Object/
|
||||
cp "${RIIVOLUTION_DIR}"/Layouts/* "${WORKDIR}"/files/Layout/
|
||||
mkdir "${WORKDIR}"/files/Sound/new/
|
||||
cp -r "${RIIVOLUTION_DIR}"/Music/*.er "${WORKDIR}"/files/Sound/new/
|
||||
cp "${RIIVOLUTION_DIR}"/Music/stream/* "${WORKDIR}"/files/Sound/stream/
|
||||
cp "${RIIVOLUTION_DIR}"/Music/rsar/* "${WORKDIR}"/files/Sound/
|
||||
|
Loading…
Reference in New Issue
Block a user