diff options
author | Sam James <sam@gentoo.org> | 2021-08-23 05:14:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 06:05:02 +0100 |
commit | 2c81abb29b6dd6d708c4d568cad2146da3422d5a (patch) | |
tree | 90d2f86d199e99e8fe3f1c4dd8796c9e9bf3c4c0 /games-arcade | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-2c81abb29b6dd6d708c4d568cad2146da3422d5a.tar.gz gentoo-2c81abb29b6dd6d708c4d568cad2146da3422d5a.tar.bz2 gentoo-2c81abb29b6dd6d708c4d568cad2146da3422d5a.zip |
games-arcade/xbill: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xbill/xbill-2.1-r4.ebuild (renamed from games-arcade/xbill/xbill-2.1-r3.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/xbill/xbill-2.1-r3.ebuild b/games-arcade/xbill/xbill-2.1-r4.ebuild index 70378b00ceb9..cbd5ae78dd07 100644 --- a/games-arcade/xbill/xbill-2.1-r3.ebuild +++ b/games-arcade/xbill/xbill-2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,6 +43,7 @@ src_install() { default newicon pixmaps/icon.xpm ${PN}.xpm make_desktop_entry ${PN} XBill ${PN} - fowners :gamestat /var/lib/xbill/scores + + fowners :gamestat /var/lib/xbill/scores /usr/bin/${PN} fperms 664 /var/lib/xbill/scores } |