Force symlink creation

SVN-Revision: 473
This commit is contained in:
Nicolas Thill 2005-03-29 23:22:58 +00:00
parent 1a687ed030
commit 4675d6fe87
1 changed files with 1 additions and 1 deletions

View File

@ -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/*