aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Taylor <patrick.joseph.taylor@gmail.com>2022-09-11 02:09:01 +0100
committerPatrick J Taylor <patrick.joseph.taylor@gmail.com>2022-09-11 02:09:01 +0100
commite2c88d95b6cf9b32b65f525119d7cd4ba241c23a (patch)
treeaf6dbbb6375008a885e9aa108ccb7f6a4c109f48 /sci-chemistry
parentsci-chemistry/vesta-bin: fix symlinks and very minor syntax changes (diff)
downloadguru-e2c88d95b6cf9b32b65f525119d7cd4ba241c23a.tar.gz
guru-e2c88d95b6cf9b32b65f525119d7cd4ba241c23a.tar.bz2
guru-e2c88d95b6cf9b32b65f525119d7cd4ba241c23a.zip
sci-chemistry/vesta-bin: remove absolute symlink
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor@gmail.com>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/vesta-bin/files/VESTA.desktop4
-rw-r--r--sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild1
2 files changed, 2 insertions, 3 deletions
diff --git a/sci-chemistry/vesta-bin/files/VESTA.desktop b/sci-chemistry/vesta-bin/files/VESTA.desktop
index 240692b76..8741428db 100644
--- a/sci-chemistry/vesta-bin/files/VESTA.desktop
+++ b/sci-chemistry/vesta-bin/files/VESTA.desktop
@@ -2,7 +2,7 @@
Name=VESTA
Type=Application
Comment=For the visualisation of molecular and crystal structures.
-Exec=VESTA
-TryExec=VESTA
+Exec=/opt/VESTA/VESTA
+TryExec=/opt/VESTA/VESTA
Icon=/usr/share/icons/hicolor/128x128/apps/VESTA.png
Categories=Science;
diff --git a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
index 7969e59ca..65ce1ce48 100644
--- a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
+++ b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
@@ -36,5 +36,4 @@ src_install() {
newicon -s 128x128 "${D}"/opt/VESTA/img/logo.png VESTA.png
dosym -r /opt/VESTA/libVESTA.so /usr/lib64/libVESTA.so
- dosym "${EPREFIX}"/opt/VESTA/VESTA /usr/bin/VESTA
}