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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user