mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30448 from cournape/fix-osx-scripts-location
Fix osx scripts location
This commit is contained in:
commit
13add7d142
2 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ sudo -H /opt/salt/bin/pip install \
|
|||
echo "--------------------------------------------------------------------------------"
|
||||
echo "Create Symlink to certifi for openssl"
|
||||
echo "--------------------------------------------------------------------------------"
|
||||
ln -s /opt/salt/lib/python2.7/site-packages/certifi/cacert.pem /opt/salt/openssl/cert.pem
|
||||
sudo ln -s /opt/salt/lib/python2.7/site-packages/certifi/cacert.pem /opt/salt/openssl/cert.pem
|
||||
|
||||
echo -n -e "\033]0;Build_Evn: Finished\007"
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ fi
|
|||
|
||||
echo -n -e "\033]0;Build_Pkg: Copy Start Scripts\007"
|
||||
|
||||
cp $PKGRESOURCES/scripts/start-*.sh /opt/salt
|
||||
sudo cp $PKGRESOURCES/scripts/start-*.sh /opt/salt/bin/
|
||||
|
||||
############################################################################
|
||||
# Copy Service Definitions from Salt Repo to the Package Directory
|
||||
|
|
Loading…
Add table
Reference in a new issue