diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-29 23:22:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-29 23:22:58 +0000 |
commit | e58b166158fd024d3fc56b80b3d75c041b5b9316 (patch) | |
tree | 62a62f1c32c4e2292e5a1e7f2debdc14ec5d9af4 /package/ppp | |
parent | 97e1f23dce77300b26e72f6a5530c31410e23f2c (diff) | |
download | upstream-e58b166158fd024d3fc56b80b3d75c041b5b9316.tar.gz upstream-e58b166158fd024d3fc56b80b3d75c041b5b9316.tar.bz2 upstream-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/Makefile | 2 |
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/* |