Skip to content
Snippets Groups Projects
Commit 5990c93c authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix typo with os name

parent 8a648422
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -225,7 +225,7 @@ then ...@@ -225,7 +225,7 @@ then
cd ../pd/src && aclocal && autoconf cd ../pd/src && aclocal && autoconf
if [[ $os == "win" ]]; then if [[ $os == "win" ]]; then
cd ../../packages/win32_inno cd ../../packages/win32_inno
elif [[ $os == "darwin" ]]; then elif [[ $os == "osx" ]]; then
cd ../../packages/darwin_app cd ../../packages/darwin_app
else else
cd ../../packages/linux_make cd ../../packages/linux_make
...@@ -257,7 +257,7 @@ then ...@@ -257,7 +257,7 @@ then
echo "Making Windows package..." echo "Making Windows package..."
echo `pwd` echo `pwd`
make install && make package make install && make package
elif [[ $os == "darwin" ]]; then elif [[ $os == "osx" ]]; then
echo "Making OSX package (dmg)..." echo "Making OSX package (dmg)..."
echo `pwd` echo `pwd`
make install && make package make install && make package
...@@ -271,7 +271,7 @@ then ...@@ -271,7 +271,7 @@ then
# spectdelay # spectdelay
if [[ $os == "win" ]]; then if [[ $os == "win" ]]; then
cd ../../l2ork_addons cd ../../l2ork_addons
elif [[ $os == "darwin" ]]; then elif [[ $os == "osx" ]]; then
cd ../../l2ork_addons cd ../../l2ork_addons
else else
cd ../../l2ork_addons/spectdelay/spectdelay~ cd ../../l2ork_addons/spectdelay/spectdelay~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment