Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xinitrc')
-rw-r--r--scripts/xinitrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/xinitrc b/scripts/xinitrc
index aa4da72..345a8a7 100644
--- a/scripts/xinitrc
+++ b/scripts/xinitrc
@@ -52,11 +52,10 @@ if [ -n $SUGAR_XKBCONFIG ]; then
rm $SUGAR_XKBCONFIG
fi
-JHBUILD="$ROOT_DIR/install/bin/jhbuild -f $ROOT_DIR/scripts/jhbuildrc"
RUN_COMMAND="dbus-launch --exit-with-session $SCRIPTS_DIR/run-with-keyring sugar"
if [ -z $SUGAR_BUILD_SHELL ]; then
- $JHBUILD run $RUN_COMMAND
+ $SCRIPTS_DIR/dn-build run $RUN_COMMAND
else
$RUN_COMMAND
fi