This patch ought to fix ticket #3436 by using ${IPKG_INSTROOT} in the
destination for the symlink created by postinst.
Signed-off-by: Tripp Lilley <[EMAIL PROTECTED]>
Index: packages/utils/tar/Makefile
===================================================================
--- packages/utils/tar/Makefile (revision 11125)
+++ packages/utils/tar/Makefile (working copy)
@@ -36,7 +36,7 @@
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
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel