X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fsiproxd%2FMakefile;h=78571a621f1348678cb9d8c55eda5a6e8eed1bf5;hb=589cbb3338e9e85dc482b76f35f735cddfa7c572;hp=f291bc78bb5fcbd1415b0939adc183a7ba72d0ab;hpb=a23932e84a783ae19f46c1203e0124a39f1680f8;p=openwrt.git diff --git a/package/siproxd/Makefile b/package/siproxd/Makefile index f291bc78bb..78571a621f 100644 --- a/package/siproxd/Makefile +++ b/package/siproxd/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=siproxd PKG_VERSION:=0.5.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=a614f60683f9ea9423573bc5d646c525 PKG_SOURCE_URL:=@SF/siproxd @@ -58,11 +58,11 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_SIPROXD): install -d -m0755 $(IDIR_SIPROXD)/etc - cp -fpR $(PKG_INSTALL_DIR)/etc/siproxd.conf.example $(IDIR_SIPROXD)/etc/siproxd.conf - cp -fpR $(PKG_INSTALL_DIR)/etc/siproxd_passwd.cfg $(IDIR_SIPROXD)/etc/ + $(CP) $(PKG_INSTALL_DIR)/etc/siproxd.conf.example $(IDIR_SIPROXD)/etc/siproxd.conf + $(CP) $(PKG_INSTALL_DIR)/etc/siproxd_passwd.cfg $(IDIR_SIPROXD)/etc/ install -d -m0755 $(IDIR_SIPROXD)/etc/init.d install -m0755 files/siproxd.init $(IDIR_SIPROXD)/etc/init.d/siproxd install -d -m0755 $(IDIR_SIPROXD)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/siproxd $(IDIR_SIPROXD)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/siproxd $(IDIR_SIPROXD)/usr/sbin/ $(RSTRIP) $(IDIR_SIPROXD) $(IPKG_BUILD) $(IDIR_SIPROXD) $(PACKAGE_DIR)