[Lunar-commits] r21498 - moonbase/trunk/gnome-desktop/alacarte
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Sep 21 20:14:34 UTC 2006
Author: v3rt1g0
Date: 2006-09-21 20:14:34 +0000 (Thu, 21 Sep 2006)
New Revision: 21498
Modified:
moonbase/trunk/gnome-desktop/alacarte/BUILD
Log:
Misc BUILD Tweak: alacarte (0.10.0)
* alacarte was looking for Python 2.4 which we no longer have.
luckly I was able to so a quick sedit to make it find 2.5.
Seems to run just fine so far.
Modified: moonbase/trunk/gnome-desktop/alacarte/BUILD
===================================================================
--- moonbase/trunk/gnome-desktop/alacarte/BUILD 2006-09-21 19:44:51 UTC (rev 21497)
+++ moonbase/trunk/gnome-desktop/alacarte/BUILD 2006-09-21 20:14:34 UTC (rev 21498)
@@ -1,4 +1,9 @@
(
+ # We have a newer version of Python than this moudle expects.
+ # Luckly 2.4 only shows up WRT python in configure and changing
+ # it to 2.5 works good! Hopefully this will be not necessary
+ # come next release of alacarte.
+ sedit "s:2\.4:2\.5:g" configure &&
./configure --prefix=${GNOME210_PREFIX:-/usr} \
--build=$BUILD \
More information about the Lunar-commits
mailing list