[Lunar-commits] r15025 - moonbase/trunk/zbeta/e17-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Wed May 25 13:35:50 UTC 2005


Author: v3rt1g0
Date: 2005-05-25 13:35:47 +0000 (Wed, 25 May 2005)
New Revision: 15025

Modified:
   moonbase/trunk/zbeta/e17-cvs/BUILD
Log:
A bash completion script for enlightenment_remot was added to cvs a few 
hours ago.  Modifying the build to install it.


Modified: moonbase/trunk/zbeta/e17-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17-cvs/BUILD	2005-05-25 13:25:11 UTC (rev 15024)
+++ moonbase/trunk/zbeta/e17-cvs/BUILD	2005-05-25 13:35:47 UTC (rev 15025)
@@ -5,6 +5,10 @@
   export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
   export USER=nobody
 
-  default_cvs_build
+  default_cvs_build &&
 
+  # Install the enlightenment_remote bash completion script
+  install -D -m0644 data/other/enlightenment_remote  \
+                    /etc/profile.d/enlightenment_remote-completion.rc
+
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list