diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-29 23:22:58 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-29 23:22:58 +0000 |
commit | d1e9763650a9fef17f6d4a3e5c826e224dcbb3cf (patch) | |
tree | 80f8deb64e34d8b20b5ba39356347911aecb9dfc /openwrt/package/ppp | |
parent | a9dfa2640400882b4ac9e23ebc3e756bec44856d (diff) |
Force symlink creation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp')
-rw-r--r-- | openwrt/package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/Makefile b/openwrt/package/ppp/Makefile index dd1dbd220b..621b9cdca8 100644 --- a/openwrt/package/ppp/Makefile +++ b/openwrt/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/* |