CVS: moonbase/gnome2-apps/meld BUILD,1.3,1.4

Nick Hudson nhudson at lunar-linux.org
Wed Dec 17 05:02:49 GMT 2003


Update of /var/cvs/lunar/moonbase/gnome2-apps/meld
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7160/meld

Modified Files:
	BUILD 
Log Message:

Moving non core apps away from /opt/lunar/gnome/2.4 and removing BUILD files as they are not needed anymore.  Also removing metacity-setup from moonbase as its no longer needed sue to all the metacity controls are intergrated with gnome control-center now.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/meld/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	14 Sep 2003 20:47:00 -0000	1.3
+++ BUILD	17 Dec 2003 05:02:16 -0000	1.4
@@ -1,6 +1,6 @@
 ( 
-  INSTDIR=/opt/lunar/gnome/2.4/share/meld &&
-  BIN=/opt/lunar/gnome/2.4/bin/meld &&
+  INSTDIR=/usr/share/meld &&
+  BIN=/usr/bin/meld &&
 
 if ! [ -e "$INSTDIR" ]; then
      mkdir -p $INSTDIR
@@ -13,12 +13,12 @@
 
 prepare_install &&
 
-cp -R * /opt/lunar/gnome/2.4/share/meld
+cp -R * /usr/share/meld &&
 
-cp $SCRIPT_DIRECTORY/meld /opt/lunar/gnome/2.4/bin
+cp $SCRIPT_DIRECTORY/meld /usr/bin &&
 
-chown -R root.root $INSTDIR
-chown -R root.root $BIN
-chown -R root.root /opt/lunar/gnome/2.4/bin/meld
+chown -R root.root $INSTDIR &&
+chown -R root.root $BIN &&
+chown -R root.root $INSTDIR/meld
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list