diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-09-09 23:12:01 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-09-09 23:12:01 +0100 |
commit | 11f5eb7e1217e7ae7c95275eb699adc257a8dd6f (patch) | |
tree | 6cb7c0797428dac90b259b2189b5efa428631549 /games-engines | |
parent | games-engines/odamex: Search our usual data directory and prefix paths (diff) | |
download | gentoo-11f5eb7e1217e7ae7c95275eb699adc257a8dd6f.tar.gz gentoo-11f5eb7e1217e7ae7c95275eb699adc257a8dd6f.tar.bz2 gentoo-11f5eb7e1217e7ae7c95275eb699adc257a8dd6f.zip |
games-engines/odamex: Remove unnecessary -waddir argument
I didn't notice this when fixing the search directories earlier.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/odamex/odamex-0.8.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-engines/odamex/odamex-0.8.1-r1.ebuild b/games-engines/odamex/odamex-0.8.1-r1.ebuild index a4aa73ce963d..c823dedd980d 100644 --- a/games-engines/odamex/odamex-0.8.1-r1.ebuild +++ b/games-engines/odamex/odamex-0.8.1-r1.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { if use client ; then newicon -s 128 "${S}/media/icon_${PN}_128.png" "${PN}.png" - make_desktop_entry "${PN} -waddir /usr/share/doom" "Odamex" + make_desktop_entry "${PN}" "Odamex" if use odalaunch ; then newicon -s 128 "${S}/media/icon_odalaunch_128.png" "odalaunch.png" |