X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9bc942e4071d2040bd26f54783fadfc8394d1f55..3005042d932a79abbbc8ac6a76a2c899675b80dd:/openwrt/package/peercast/Makefile diff --git a/openwrt/package/peercast/Makefile b/openwrt/package/peercast/Makefile index 575a4041a..36d78163d 100644 --- a/openwrt/package/peercast/Makefile +++ b/openwrt/package/peercast/Makefile @@ -64,9 +64,9 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_PEERCAST): install -m0755 -d $(IDIR_PEERCAST)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/peercast $(IDIR_PEERCAST)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/peercast $(IDIR_PEERCAST)/usr/sbin/ install -m0755 -d $(IDIR_PEERCAST)/usr/share/peercast/html - cp -fpR $(PKG_INSTALL_DIR)/usr/share/peercast/html/en $(IDIR_PEERCAST)/usr/share/peercast/html/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/peercast/html/en $(IDIR_PEERCAST)/usr/share/peercast/html/ install -m0755 -d $(IDIR_PEERCAST)/etc install -m0644 ./files/peercast.ini $(IDIR_PEERCAST)/etc/ install -m0755 -d $(IDIR_PEERCAST)/etc/init.d