[Lunar-commits] CVS: moonbase/gnome2-apps/meld BUILD,1.4,1.4.2.1
Niki Guldbrand
niki at lunar-linux.org
Mon Feb 16 03:36:54 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-apps/meld
In directory dbguin.lunar-linux.org:/tmp/cvs-serv4996
Modified Files:
Tag: GNOME_UNSTABLE
BUILD
Log Message:
Fixed the BUILD file so that meld, doesn't bork on every 2nd sequent
install attempt...
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/meld/BUILD,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- BUILD 17 Dec 2003 05:02:16 -0000 1.4
+++ BUILD 16 Feb 2004 03:36:52 -0000 1.4.2.1
@@ -2,20 +2,17 @@
INSTDIR=/usr/share/meld &&
BIN=/usr/bin/meld &&
-if ! [ -e "$INSTDIR" ]; then
- mkdir -p $INSTDIR
-fi &&
-
cd $SOURCE_DIRECTORY &&
-rm -fr $INSTDIR &&
+prepare_install &&
+
mkdir -p $INSTDIR &&
-prepare_install &&
+chmod +x meld &&
cp -R * /usr/share/meld &&
-cp $SCRIPT_DIRECTORY/meld /usr/bin &&
+cp $SCRIPT_DIRECTORY/meld /usr/bin/ &&
chown -R root.root $INSTDIR &&
chown -R root.root $BIN &&
More information about the Lunar-commits
mailing list