mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #25925 from sjorge/smartos-esky-fixes
Create default log location in smartos esky buildscript
This commit is contained in:
commit
12d6aa31e5
@ -17,7 +17,7 @@ python2.7 setup.py bdist
|
||||
python2.7 setup.py bdist_esky
|
||||
rm salt/_syspaths.py
|
||||
rm -f dist/*.tar.gz
|
||||
mkdir -p $BUILD_DIR/{install,bin/appdata}
|
||||
mkdir -p $BUILD_DIR/{bin/appdata,install,var/log/salt}
|
||||
cp -r conf $BUILD_DIR/etc
|
||||
cp $PKG_DIR/*.xml $PKG_DIR/install.sh $BUILD_DIR/install
|
||||
chmod +x $BUILD_DIR/install/install.sh
|
||||
|
Loading…
Reference in New Issue
Block a user