From 11f5eb7e1217e7ae7c95275eb699adc257a8dd6f Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Mon, 9 Sep 2019 23:12:01 +0100 Subject: 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 --- games-engines/odamex/odamex-0.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games-engines') 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" -- cgit v1.2.3-65-gdbad