[Lunar-commits] <moonbase> git: fixing a problem with the makefile patch
Terry Chan
tchan at lunar-linux.org
Mon Sep 15 20:05:47 CEST 2008
commit 5fa7c51a10da4a213151745215f72bea1603b812
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Sep 15 13:05:47 2008 -0500
git: fixing a problem with the makefile patch
---
devel/git/BUILD | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/devel/git/BUILD b/devel/git/BUILD
index df78926..03fa764 100644
--- a/devel/git/BUILD
+++ b/devel/git/BUILD
@@ -6,6 +6,8 @@
make prefix=/usr strip &&
prepare_install &&
make prefix=/usr install &&
+ # this hack added by tchan 20080915, because the lunar git-makefile patch is doing strange things
+ cd /usr/libexec/git-core && ln -sf /usr/bin/git git && cd - &&
cp -p contrib/gitview/gitview /usr/bin &&
install -m 644 contrib/completion/git-completion.bash /etc/profile.d/git-completion.rc &&
for i in man?; do
More information about the Lunar-commits
mailing list