Fixed #3436, thx to Tripp Lilley
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11131 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4b2f533af1
commit
19eaab1783
@ -36,7 +36,7 @@ define Package/tar/postinst
|
||||
if [ -e $${IPKG_INSTROOT}/bin/tar ]; then
|
||||
rm -r $${IPKG_INSTROOT}/bin/tar;
|
||||
fi
|
||||
ln -sf $${IPKG_INSTROOT}/usr/bin/tar /bin/tar
|
||||
ln -sf $${IPKG_INSTROOT}/usr/bin/tar $${IPKG_INSTROOT}/bin/tar
|
||||
endef
|
||||
|
||||
define Package/tar/postrm
|
||||
|
Loading…
x
Reference in New Issue
Block a user