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 | 4675d6fe87afeb0f2e43b96afb49c05e1bed8894 (patch) | |
tree | 80f8deb64e34d8b20b5ba39356347911aecb9dfc /openwrt/package/ppp/Makefile | |
parent | 1a687ed030eb9f81758ca99d9435b4b1797c568e (diff) | |
download | mtk-20170518-4675d6fe87afeb0f2e43b96afb49c05e1bed8894.zip mtk-20170518-4675d6fe87afeb0f2e43b96afb49c05e1bed8894.tar.gz mtk-20170518-4675d6fe87afeb0f2e43b96afb49c05e1bed8894.tar.bz2 |
Force symlink creation
SVN-Revision: 473
Diffstat (limited to 'openwrt/package/ppp/Makefile')
-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 dd1dbd2..621b9cd 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/* |