X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=sound%2Fmpd%2FMakefile;h=ce7cce00d9b44fdd340d2aa0b2fc47d4cc7167a2;hp=4ae9fbfdc8323337c4fb878bfd12c959720bd19b;hb=3357770546863d3cf5bf367e68f37a559b9fb143;hpb=6b972dca682b40b8ffe6dfb07d5cfa1fedcd3a49 diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 4ae9fbfdc8..ce7cce00d9 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd PKG_VERSION:=0.13.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.musicpd.org/uploads/files/ @@ -74,6 +74,8 @@ define Package/mpd/install $(CP) $(PKG_BUILD_DIR)/doc/mpdconf.example $(1)/etc/mpd.conf $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mpd $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/mpd.init $(1)/etc/init.d/mpd endef $(eval $(call BuildPackage,mpd))