[Lunar-commits] r24364 - moonbase/trunk/devel/git

Terry Chan tchan at lunar-linux.org
Thu May 10 05:04:55 CEST 2007


Author: tchan
Date: 2007-05-10 05:04:55 +0200 (Thu, 10 May 2007)
New Revision: 24364

Modified:
   moonbase/trunk/devel/git/BUILD
Log:
Added the gitview user contributed program that is included in the git tarball.
It's a Python/GTK viewer alternative to gitk.


Modified: moonbase/trunk/devel/git/BUILD
===================================================================
--- moonbase/trunk/devel/git/BUILD	2007-05-10 02:55:57 UTC (rev 24363)
+++ moonbase/trunk/devel/git/BUILD	2007-05-10 03:04:55 UTC (rev 24364)
@@ -5,6 +5,7 @@
   make prefix=/usr strip &&
   prepare_install  &&
   make prefix=/usr install &&
-  gather_docs Documentation/*.txt Documentation/howto/*.txt Documentation/technical/*.txt
+  cp -p contrib/gitview/gitview /usr/bin &&
+  gather_docs Documentation/*.txt Documentation/howto/*.txt Documentation/technical/*.txt contrib/gitview/gitview.txt
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list