projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d5480
)
Fixed #3436, thx to Tripp Lilley
author
Johannes Ziemke
<openwrt-devel@freigeist.org>
Tue, 13 May 2008 09:20:03 +0000
(09:20 +0000)
committer
Johannes Ziemke
<openwrt-devel@freigeist.org>
Tue, 13 May 2008 09:20:03 +0000
(09:20 +0000)
SVN-Revision: 11131
utils/tar/Makefile
patch
|
blob
|
history
diff --git
a/utils/tar/Makefile
b/utils/tar/Makefile
index 5fb83e27deb671e7b34521f78194d0948f1a222a..1bd9a6a9f18c9b78a66a6d5fd63f5d03e4fe1a01 100644
(file)
--- a/
utils/tar/Makefile
+++ b/
utils/tar/Makefile
@@
-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