Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-10 17:29:41 (GMT)
committer Simon Schampijer <simon@laptop.org>2013-01-22 09:30:36 (GMT)
commit535460ef67808787d9aa0c55a4361f841fee897e (patch)
tree4a0e8e7a84f1b6d2c7a83897870df5761c5baa85
parenta0603257fde1f0facdf0141d07c9d6ef6d2b89b4 (diff)
Remove now unnecessary path tweaking
On fedora 17, where wpa_passphrase is installed in /usr/sbin, the directory is now also on the path. Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--bin/sugar.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/sugar.in b/bin/sugar.in
index a2cee51..d8f97b7 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -57,9 +57,6 @@ fi
export GTK2_RC_FILES="@prefix@/share/sugar/data/sugar-$SUGAR_SCALING.gtkrc"
-# Needed for executing wpa_passphrase
-export PATH="$PATH":/sbin:/usr/sbin
-
if ! test -f "$GTK2_RC_FILES"; then
echo "sugar: ERROR: Gtk theme for scaling $SUGAR_SCALING not available in path $GTK2_RC_FILES"
exit 1