gui-apps/satty: fix dobin location

Bug: https://bugs.gentoo.org/939187
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-09-17 12:32:25 +01:00
parent b03baf7825
commit 19e11cbc52
2 changed files with 2 additions and 14 deletions

View File

@@ -261,13 +261,7 @@ src_unpack() {
src_install() {
dodoc README.md
if use debug ; then
cd target/debug || die
else
cd target/release || die
fi
dobin satty
dobin "$(cargo_target_dir)"/satty
#Just add the icon and desktop file
doicon "${S}/assets/satty.svg"
domenu "${S}/satty.desktop"

View File

@@ -52,13 +52,7 @@ src_unpack() {
src_install() {
dodoc README.md
if use debug ; then
cd target/debug || die
else
cd target/release || die
fi
dobin satty
dobin "$(cargo_target_dir)"/satty
#Just add the icon and desktop file
doicon "${S}/assets/satty.svg"
domenu "${S}/satty.desktop"