1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-07 09:03:00 +00:00

Fix: don't use if/then blocks

This commit is contained in:
jcorporation
2019-01-21 20:51:24 +00:00
parent 14041da67e
commit 61a69ee06f
2 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ fi
echo "Linking pics directory"
[ -e $PWD/htdocs/pics ] || ln -s /var/lib/mympd/pics htdocs/
[ -d debug ] || mkdir debug
install -d debug
cd debug
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=DEBUG ..
make VERBOSE=1