X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=sound%2Fmt-daapd%2FMakefile;h=23144e90d717a67ce250440571a5e4a28d36677b;hp=0fdbfffdf2b1e5fe60dae24155b0d12c3afa69e4;hb=6c5d1b829bdd33395c81c54e63a69ac8d94b5466;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3 diff --git a/sound/mt-daapd/Makefile b/sound/mt-daapd/Makefile index 0fdbfffdf2..23144e90d7 100644 --- a/sound/mt-daapd/Makefile +++ b/sound/mt-daapd/Makefile @@ -29,7 +29,7 @@ define Package/mt-daapd TITLE:=A multi-threaded DAAP (Digital Audio Access Protocol) daemon DESCRIPTION:=\ mt-daapd is a program which acts as an iTunes (DAAP) server for Linux. - URL:=http://www.mt-daapd.org + URL:=http://www.mt-daapd.org/ endef define Package/mt-daapd/conffiles @@ -57,15 +57,15 @@ define Build/Compile endef define Package/mt-daapd/install - install -d -m0755 $(1)/etc - install -m0644 $(PKG_BUILD_DIR)/contrib/mt-daapd.conf $(1)/etc/ - install -m0644 $(PKG_BUILD_DIR)/contrib/mt-daapd.playlist $(1)/etc/ - install -d -m0755 $(1)/usr/share + $(INSTALL_DIR) $(1)/etc + $(INSTALL_DATA) $(PKG_BUILD_DIR)/contrib/mt-daapd.conf $(1)/etc/ + $(INSTALL_DATA) $(PKG_BUILD_DIR)/contrib/mt-daapd.playlist $(1)/etc/ + $(INSTALL_DIR) $(1)/usr/share $(CP) $(PKG_INSTALL_DIR)/usr/share/mt-daapd $(1)/usr/share/ - install -d -m0755 $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mt-daapd $(1)/usr/sbin/ - install -d -m0755 $(1)/etc/init.d - install -m0755 ./files/mt-daapd.init $(1)/etc/init.d/mt-daapd + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/mt-daapd.init $(1)/etc/init.d/mt-daapd endef $(eval $(call BuildPackage,mt-daapd))