aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-07-06 14:10:19 +0200
committerMarco Scardovi <marco@scardovi.com>2021-07-06 14:10:44 +0200
commit422a85b067997d72ec75be6984ca70521af02a64 (patch)
tree0806dcd6016cf8578a19f8134b8875eb6fbb7f13 /x11-terms
parentdev-python/hstspreload: update EAPI 7 -> 8 (diff)
downloadguru-422a85b067997d72ec75be6984ca70521af02a64.tar.gz
guru-422a85b067997d72ec75be6984ca70521af02a64.tar.bz2
guru-422a85b067997d72ec75be6984ca70521af02a64.zip
x11-terms/tabby-bin: fix fperms error
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
index 43cbcc09f..f9ce65f30 100644
--- a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
+++ b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
@@ -49,8 +49,8 @@ src_prepare(){
src_install(){
insinto /opt/"${PN}"
doins -r "${S}"/*
- dosym ../../opt/"${PN}"/"${PN}" "${EPREFIX}"/usr/bin/"${PN}"
- fperms +x /opt/"${PN}"/"${PN}"
+ dosym ../../opt/"${PN}"/tabby "${EPREFIX}"/usr/bin/tabby
+ fperms +x /opt/"${PN}"/tabby
make_desktop_entry "/opt/${PN}/tabby %U" "Tabby" "tabby" \
"GNOME;GTK;Utility;" \
"GenericName=Tabby\n\nStartupNotify=true\nStartupWMClass=tabby"