diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-09 07:59:50 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-09 07:59:50 +0200 |
commit | 03045d941d79248397d1d9936b946142839f6e8d (patch) | |
tree | 462dc3fcca3fe0cbbc8a5165bf76de0006b5e13a | |
parent | 0cc4b0777eca6db1ce4db1c352e31d2247990769 (diff) | |
download | bin-03045d941d79248397d1d9936b946142839f6e8d.zip bin-03045d941d79248397d1d9936b946142839f6e8d.tar.gz |
eas_e17.sh: export XDG_DATA_DIRS is not needed anymore
-rwxr-xr-x | easy_e17.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh index 38e944c..c860966 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1445,7 +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:\$E17DIR/share" +echo " # export XDG_DATA_DIRS=\$XDG_DATA_DIRS:\$E17DIR/share" echo echo " and type $ chmod a+x /etc/profile.d/e17.sh" echo |