diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 08:26:05 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 08:26:05 +0200 |
commit | 8cc6b5e61dc2ac6b4359e81433899ceb7cd3c116 (patch) | |
tree | 85fde7fad15da1cc3dbd60aa9d2e07d0c8f04524 /easy_e17.sh | |
parent | e1f3ea504b324e1c38c4c7f7777b8a880deaec3f (diff) | |
parent | 7d1c60a496a9674c242d57a1db9f4b3f2ad62f53 (diff) | |
download | bin-8cc6b5e61dc2ac6b4359e81433899ceb7cd3c116.zip bin-8cc6b5e61dc2ac6b4359e81433899ceb7cd3c116.tar.gz |
Merge branch 'master' of asynk.ch:bin
Diffstat (limited to 'easy_e17.sh')
-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 daa5658..ae64ccc 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:\$E17_DIR/share" +echo " export XDG_DATA_DIRS=\$XDG_DATA_DIRS:\$E17DIR/share" echo echo " and type $ chmod a+x /etc/profile.d/e17.sh" echo |