diff options
-rw-r--r-- | games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild index 3e1c541fa8cd..bec71904b505 100644 --- a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild +++ b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild @@ -6,6 +6,7 @@ EAPI=7 DESCRIPTION="Excuses from Bastard Operator from Hell" HOMEPAGE="http://pages.cs.wisc.edu/~ballard/bofh/" SRC_URI="mirror://gentoo/fortune-bofh-excuses-${PV}.tar.gz" +S="${WORKDIR}"/${PN/mod-/} LICENSE="public-domain" SLOT="0" @@ -13,8 +14,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~x86 ~amd64-linux ~ RDEPEND="games-misc/fortune-mod" -S=${WORKDIR}/${PN/mod-/} - src_install() { insinto /usr/share/fortune doins bofh-excuses.dat bofh-excuses |