From e54758b570de643228400b988b88a8da2579d1cc Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 15 Jan 2007 20:42:53 +0000 Subject: Add a SUGAR_PREFIX env var --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index cfe60e5..cd659ab 100755 --- a/sugar-jhbuild +++ b/sugar-jhbuild @@ -74,6 +74,8 @@ jhbuild.config.addpath('GTK_PATH', os.path.join(config.prefix, path)) path = 'etc/gtk-2.0/gtkrc' jhbuild.config.addpath('GTK2_RC_FILES', os.path.join(config.prefix, path)) +jhbuild.config.addpath('SUGAR_PREFIX', config.prefix) + if command == 'run' and len(args) == 0: jhbuild.commands.run(command, config, ['sugar-emulator']) else: -- cgit v0.9.1