From: Nicolas Thill Date: Tue, 29 Mar 2005 23:22:58 +0000 (+0000) Subject: Force symlink creation X-Git-Tag: reboot~33239 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4675d6fe87afeb0f2e43b96afb49c05e1bed8894;p=oweals%2Fopenwrt.git Force symlink creation SVN-Revision: 473 --- 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/*