summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-10 22:21:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-10 22:21:24 +0200
commit1abb476dbcb13a4da684e8baeaa24bb3e6778483 (patch)
tree15fb4d13098760994084359875e71f14da689c99 /package
parentda18fa3f6bc7149d36f14cde0cf615096613f47a (diff)
update to latest upstream
Diffstat (limited to 'package')
-rw-r--r--package/git/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/git/Makefile b/package/git/Makefile
index f40cf2449..db4082797 100644
--- a/package/git/Makefile
+++ b/package/git/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= git
-PKG_VERSION:= 1.6.4.1
+PKG_VERSION:= 1.6.4.2
PKG_RELEASE:= 1
-PKG_MD5SUM:= d16be619150bdab188ba2c269472f496
+PKG_MD5SUM:= d7732d13a227d89f05122d230c5c8048
PKG_DESCR:= fast version control system
PKG_SECTION:= misc
PKG_DEPENDS:= openssl curl
@@ -27,6 +27,9 @@ INSTALL_STYLE:= auto
post-install:
$(INSTALL_DIR) $(IDIR_GIT)/usr/bin $(IDIR_GIT)/usr/sbin/git-core
+ $(INSTALL_DIR) $(IDIR_GIT)/usr/share/git-core/templates
+ $(CP) $(WRKINST)/usr/share/git-core/templates/* \
+ $(IDIR_GIT)/usr/share/git-core/templates
$(CP) $(WRKINST)/usr/bin/git $(IDIR_GIT)/usr/bin
$(CP) $(WRKINST)/usr/bin/git-shell $(IDIR_GIT)/usr/bin
$(CP) $(WRKINST)/usr/bin/git-receive-pack $(IDIR_GIT)/usr/bin