projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2f533
)
Fixed #3436, thx to Tripp Lilley
author
fish
<fish@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 May 2008 09:20:03 +0000
(09:20 +0000)
committer
fish
<fish@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 May 2008 09:20:03 +0000
(09:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11131
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/tar/Makefile
patch
|
blob
|
history
diff --git
a/utils/tar/Makefile
b/utils/tar/Makefile
index
5fb83e2
..
1bd9a6a
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