mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
mkdir if dir not present
This commit is contained in:
parent
118b8e5dee
commit
f7b7cb8130
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -35,6 +35,7 @@ function prepare_dest() {
|
||||||
|
|
||||||
function download_and_install_binaries() {
|
function download_and_install_binaries() {
|
||||||
echo ". install binaries"
|
echo ". install binaries"
|
||||||
|
mkdir -p $DEST/image/sdcard/
|
||||||
cd $DEST/image/sdcard/
|
cd $DEST/image/sdcard/
|
||||||
if [ ! -e $CWD/slack-$SLACKWARE_VERSION-miniroot_$ROOTFS_VERSION.tar.xz ]; then
|
if [ ! -e $CWD/slack-$SLACKWARE_VERSION-miniroot_$ROOTFS_VERSION.tar.xz ]; then
|
||||||
echo ". . downloading binaries"
|
echo ". . downloading binaries"
|
||||||
|
|
Loading…
Reference in a new issue