mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user