summaryrefslogtreecommitdiffstats
path: root/easy_e17.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-21 08:25:13 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-21 08:25:13 +0200
commit947c6a4946ef6c90715db87f48ba9e8c77031b61 (patch)
treedf0ce1c5f2366aa5cd78cb0ff2911ef98060bab2 /easy_e17.sh
parenta4544b80c86247d969a4992f8c7774c86153114f (diff)
downloadbin-947c6a4946ef6c90715db87f48ba9e8c77031b61.zip
bin-947c6a4946ef6c90715db87f48ba9e8c77031b61.tar.gz
easy_e17.sh: add add XDG_DATA_DIRS export info, cd on cmake build
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-xeasy_e17.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh
index 9cb1e41..386cfa6 100755
--- a/easy_e17.sh
+++ b/easy_e17.sh
@@ -1070,7 +1070,6 @@ function compile ()
return
fi
fi
- cd "$path"
elif [ $package_clean -ge 2 ]; then
[ -d $ewk_build_dir ] && run_command "$name" "path" "purge" "purge : " "$mode" "rm -fr $ewk_build_dir"
fi
@@ -1446,6 +1445,7 @@ echo " and feed /etc/profile.d/e17.sh with:"
echo " export E17DIR=$install_path"
echo " export PATH=\$PATH:\$E17DIR/bin"
echo " export PKG_CONFIG_PATH=\$PKG_CONFIG_PATH:\$E17DIR/lib/pkgconfig"
+echo " export XDG_DATA_DIRS=\$XDG_DATA_DIRS:\$E17_DIR/share"
echo
echo " and type $ chmod a+x /etc/profile.d/e17.sh"
echo