Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e2bbfcfab9f8afc5fdbd4868de1d4c4274e201ea

commit e2bbfcfab9f8afc5fdbd4868de1d4c4274e201ea
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Apr 6 20:09:54 2011 +0200

gnome-session-3.0.0-2-i686
*fix use var

diff --git a/source/gnome/gnome-session/FrugalBuild 
b/source/gnome/gnome-session/FrugalBuild
index 58fcfe4..a924c82 100644
--- a/source/gnome/gnome-session/FrugalBuild
+++ b/source/gnome/gnome-session/FrugalBuild
@@ -1,7 +1,7 @@
# Compiling time: 0.38 SBU
# Maintainer: bouleetbil <bouleet...@frogdev.info>

-USE_DEVEL=${USE_DEVEL:-"n"}
+USE_DEVEL=${USE_DEBUG:-"n"}

pkgname=gnome-session
pkgver=3.0.0
@@ -24,7 +24,7 @@ sha1sums=('e00b3375dc998255903e3c046791e450c82eac38')

build() {
Fcd
-       if Fuse $USE_DEVEL; then
+       if Fuse $USE_DEBUG; then
Fsed "static gboolean debug = FALSE" \
"static gboolean debug = TRUE" \
gnome-session/main.c
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to