X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Fpackage%2Fwondershaper%2FMakefile;fp=openwrt%2Fpackage%2Fwondershaper%2FMakefile;h=44533c64df7d13ef0ddf4ec899d0ccfbc156ffe3;hp=af441388b1dc735e55fd93bfba8d233d9938b5e4;hb=72ce4291e0d7f6b18f9d46d9165f26ebb16d765b;hpb=5b68346a002f59c2656bdc84cf4b409ac569a792 diff --git a/openwrt/package/wondershaper/Makefile b/openwrt/package/wondershaper/Makefile index af441388b1..44533c64df 100644 --- a/openwrt/package/wondershaper/Makefile +++ b/openwrt/package/wondershaper/Makefile @@ -28,8 +28,8 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_WONDERSHAPER): install -d -m0755 $(IDIR_WONDERSHAPER)/usr/sbin install -d -m0755 $(IDIR_WONDERSHAPER)/etc/init.d - cp -fpR $(PKG_BUILD_DIR)/wshaper.htb $(IDIR_WONDERSHAPER)/usr/sbin/wshaper - cp -fpR $(PKG_BUILD_DIR)/wshaper.conf $(IDIR_WONDERSHAPER)/etc/wshaper.conf + $(CP) $(PKG_BUILD_DIR)/wshaper.htb $(IDIR_WONDERSHAPER)/usr/sbin/wshaper + $(CP) $(PKG_BUILD_DIR)/wshaper.conf $(IDIR_WONDERSHAPER)/etc/wshaper.conf ln -fs /usr/sbin/wshaper $(IDIR_WONDERSHAPER)/etc/init.d/S60wondershaper $(IPKG_BUILD) $(IDIR_WONDERSHAPER) $(PACKAGE_DIR)