diff options
Diffstat (limited to 'dev-util/amdapp-codexl/amdapp-codexl-1.4.5728.ebuild')
-rw-r--r-- | dev-util/amdapp-codexl/amdapp-codexl-1.4.5728.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/amdapp-codexl/amdapp-codexl-1.4.5728.ebuild b/dev-util/amdapp-codexl/amdapp-codexl-1.4.5728.ebuild index 2bf610b..359ada0 100644 --- a/dev-util/amdapp-codexl/amdapp-codexl-1.4.5728.ebuild +++ b/dev-util/amdapp-codexl/amdapp-codexl-1.4.5728.ebuild @@ -115,9 +115,9 @@ pkg_preinst(){ pkg_postinst(){ env-update - elog "AMD CodeXL is now fetched and installed to ${CODEXL_DIR}" + elog "AMD CodeXL is now fetched and installed to /${CODEXL_DIR}" elog "" - elog "Not sure why, but I had to preload the OpenGL library path:" + elog "For some reason it seems necessary to preload the OpenGL library:" elog ">> LD_LIBRARY_PATH=/usr/lib64/opengl/ati/lib CodeXL" elog "" } |