From c867d4d22e23f854ed5e78ae2a5e97991c72dede Mon Sep 17 00:00:00 2001
From: wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun, 11 Sep 2005 11:40:44 +0000
Subject: ln -sf

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1901 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 openwrt/package/wondershaper/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'openwrt/package')

diff --git a/openwrt/package/wondershaper/Makefile b/openwrt/package/wondershaper/Makefile
index b4cea5977..af441388b 100644
--- a/openwrt/package/wondershaper/Makefile
+++ b/openwrt/package/wondershaper/Makefile
@@ -30,6 +30,6 @@ $(IPKG_WONDERSHAPER):
 	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
-	ln -s /usr/sbin/wshaper $(IDIR_WONDERSHAPER)/etc/init.d/S60wondershaper
+	ln -fs /usr/sbin/wshaper $(IDIR_WONDERSHAPER)/etc/init.d/S60wondershaper
 	$(IPKG_BUILD) $(IDIR_WONDERSHAPER) $(PACKAGE_DIR)
 
-- 
cgit v1.2.3