fix: create /usr/lib/svrjs directory recursively
This commit is contained in:
parent
be4743fff0
commit
155ff2471c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ fi
|
||||||
|
|
||||||
##Copy SVR.JS files
|
##Copy SVR.JS files
|
||||||
echo "Copying SVR.JS files..."
|
echo "Copying SVR.JS files..."
|
||||||
mkdir /usr/lib/svrjs
|
mkdir -p /usr/lib/svrjs
|
||||||
echo $INSTALLTYPE > /usr/lib/svrjs/.installer.prop;
|
echo $INSTALLTYPE > /usr/lib/svrjs/.installer.prop;
|
||||||
if [ "$SVRJSVERSION" != "" ]; then
|
if [ "$SVRJSVERSION" != "" ]; then
|
||||||
echo "$SVRJSVERSION" > /usr/lib/svrjs/.installer.version
|
echo "$SVRJSVERSION" > /usr/lib/svrjs/.installer.version
|
||||||
|
|
Loading…
Reference in a new issue