Skip to content

Commit

Permalink
gui-apps/satty: fix dobin location
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/939187
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed Sep 17, 2024
1 parent b03baf7 commit 19e11cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions gui-apps/satty/satty-0.14.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 1 addition & 7 deletions gui-apps/satty/satty-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19e11cb

Please sign in to comment.