packages/net/git/patches/100-fix-cross_compile.patch
luka 9ba26e612e upgrade git package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-23 22:46:33 +00:00

11 lines
368 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -2188,7 +2188,6 @@ endif
bindir=$$(cd '$(DESTDIR_SQ)$(bindir_SQ)' && pwd) && \
execdir=$$(cd '$(DESTDIR_SQ)$(gitexec_instdir_SQ)' && pwd) && \
- ln -s ../../bin/git "$$execdir/git" && \
{ test "$$bindir/" = "$$execdir/" || \
for p in $(filter $(install_bindir_programs),$(ALL_PROGRAMS)); do \
$(RM) "$$execdir/$$p" && \