Change mpfire default path to /var/mp3

removed empty database from packet (if path is not "/" it will autobuild)
removed unused cdrom_corever
This commit is contained in:
Arne Fitzenreiter
2009-02-18 13:38:43 +01:00
parent d9f2cfa419
commit e98aa5c28f
7 changed files with 6 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/${THISAPP}
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpd
PAK_VER = 6
PAK_VER = 7
DEPS = "alsa ffmpeg libshout libogg libmad libid3tag libvorbis"
@@ -83,5 +83,4 @@ $(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)