|
@@ -64,7 +64,6 @@ MAKE_FLAGS := \
|
64
|
64
|
NO_MKSTEMPS="YesPlease" \
|
65
|
65
|
NO_GETTEXT="YesPlease" \
|
66
|
66
|
NO_UNIX_SOCKETS="YesPlease" \
|
67
|
|
- NO_IPV6="YesPlease" \
|
68
|
67
|
NO_ICONV="YesPlease" \
|
69
|
68
|
NO_NSEC="YesPlease" \
|
70
|
69
|
NO_PERL="YesPlease" \
|
|
@@ -88,6 +87,7 @@ define Package/git/install
|
88
|
87
|
$(RM) $(PKG_INSTALL_DIR)/usr/bin/git-cvsserver
|
89
|
88
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/git-* $(1)/usr/bin
|
90
|
89
|
$(INSTALL_DIR) $(1)/usr/lib/git-core
|
|
90
|
+ $(LN) /usr/bin/git $(1)/usr/lib/git-core/git
|
91
|
91
|
( cd $(PKG_INSTALL_DIR); $(TAR) \
|
92
|
92
|
--exclude=usr/lib/git-core/git-http-backend \
|
93
|
93
|
--exclude=usr/lib/git-core/git-http-fetch \
|