moved mkir $strapdir before sourcing zuper.init
This commit is contained in:
parent
3ef18caa79
commit
e8917b764c
12
libdevuansdk
12
libdevuansdk
|
|
@ -111,7 +111,12 @@ sdk_init(){
|
||||||
# name of target by default, omits arch
|
# name of target by default, omits arch
|
||||||
vars+=(name_default)
|
vars+=(name_default)
|
||||||
name_default=${os}_${release}_${version}
|
name_default=${os}_${release}_${version}
|
||||||
|
# For gettext
|
||||||
|
TEXTDOMAIN=devuan
|
||||||
|
|
||||||
|
# create mandatory workdirs
|
||||||
|
echo "Creating directory $strapdir"
|
||||||
|
mkdir -p ${strapdir}
|
||||||
|
|
||||||
# conclude initialization
|
# conclude initialization
|
||||||
if [[ -r $SDK_LIB/zuper/zuper.init ]]; then
|
if [[ -r $SDK_LIB/zuper/zuper.init ]]; then
|
||||||
|
|
@ -123,13 +128,6 @@ sdk_init(){
|
||||||
rehash
|
rehash
|
||||||
|
|
||||||
|
|
||||||
# For gettext
|
|
||||||
TEXTDOMAIN=devuan
|
|
||||||
|
|
||||||
# create mandatory workdirs
|
|
||||||
act "Creating directory ::1 dir::" $strapdir
|
|
||||||
mkdir -p ${strapdir}
|
|
||||||
|
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue