From 012eec3f60a24db1a568d64868a48ea95aedcc87 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 13 Nov 2011 18:34:15 +0000 Subject: [PATCH] [packages] git: ship with absolute symlink to git (#10221) git-svn-id: svn://svn.openwrt.org/openwrt/packages@29036 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/git/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/git/Makefile b/net/git/Makefile index f77c985b4..8ea41061a 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git PKG_VERSION:=1.7.5.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/software/scm/git @@ -64,6 +64,7 @@ endef define Package/git/install $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/ + ln -s /usr/bin/git $(1)/usr/libexec/git-core/git endef $(eval $(call BuildPackage,git))