X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/11848efff442aa74557269548db85499a1aded84..140c75cf591c1cc60ba5fe05b1d86c1d5b3674d6:/openwrt/package/mt-daapd/Makefile diff --git a/openwrt/package/mt-daapd/Makefile b/openwrt/package/mt-daapd/Makefile index 7a2ab9b43..055a96995 100644 --- a/openwrt/package/mt-daapd/Makefile +++ b/openwrt/package/mt-daapd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mt-daapd -PKG_VERSION:=0.2.3 +PKG_VERSION:=0.2.4 PKG_RELEASE:=1 -PKG_MD5SUM:=17aa3fa0601cbe172d18f53489141e5a +PKG_MD5SUM:=2e1cdbe6b94ef153e915806f80a28dca PKG_SOURCE_URL:=@SF/mt-daapd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -73,9 +73,9 @@ $(IPKG_MT_DAAPD): install -m0755 -d $(IDIR_MT_DAAPD)/etc/init.d install -m0755 ./files/mt-daapd.init $(IDIR_MT_DAAPD)/etc/init.d/mt-daapd install -m0755 -d $(IDIR_MT_DAAPD)/usr/share - cp -fpR $(PKG_INSTALL_DIR)/usr/share/mt-daapd $(IDIR_MT_DAAPD)/usr/share/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/mt-daapd $(IDIR_MT_DAAPD)/usr/share/ install -m0755 -d $(IDIR_MT_DAAPD)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/mt-daapd $(IDIR_MT_DAAPD)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mt-daapd $(IDIR_MT_DAAPD)/usr/sbin/ $(RSTRIP) $(IDIR_MT_DAAPD) $(IPKG_BUILD) $(IDIR_MT_DAAPD) $(PACKAGE_DIR)