aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-29 23:22:58 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-29 23:22:58 +0000
commite58b166158fd024d3fc56b80b3d75c041b5b9316 (patch)
tree62a62f1c32c4e2292e5a1e7f2debdc14ec5d9af4 /package/ppp
parent97e1f23dce77300b26e72f6a5530c31410e23f2c (diff)
downloadmaster-187ad058-e58b166158fd024d3fc56b80b3d75c041b5b9316.tar.gz
master-187ad058-e58b166158fd024d3fc56b80b3d75c041b5b9316.tar.bz2
master-187ad058-e58b166158fd024d3fc56b80b3d75c041b5b9316.zip
Force symlink creation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r--package/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index dd1dbd220b..621b9cdca8 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -96,7 +96,7 @@ $(PKG_PPP): $(PKG_BUILD_DIR)/pppd/pppd
cp -af ./ipkg/ppp/* $(I_PPP)
$(SCRIPT_DIR)/make-ipkg-dir.sh $(I_PPP) control/ppp.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(I_PPP)/etc/ppp
- ln -s /tmp/resolv.conf $(I_PPP)/etc/ppp/resolv.conf
+ ln -sf /tmp/resolv.conf $(I_PPP)/etc/ppp/resolv.conf
mkdir -p $(I_PPP)/usr/sbin
cp -af $(PKG_BUILD_DIR)/pppd/pppd $(I_PPP)/usr/sbin/
$(STRIP) $(I_PPP)/usr/sbin/*