mpd hang if we try to update an empty db to new version

change default mpfire path to /var/mp3
This commit is contained in:
Arne Fitzenreiter
2009-02-16 07:07:12 +01:00
parent 92df1ce6e7
commit 0de3eea43d
4 changed files with 4 additions and 2 deletions

View File

@@ -83,4 +83,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP)
touch /var/log/mpd.error.log
touch /var/log/mpd.log
sed -i 's/MPD_VERSION/$(VER)/' /var/ipfire/mpfire/db/mpd.db
@$(POSTBUILD)