diff options
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ezquake-bin/ezquake-bin-2.2-r3.ebuild (renamed from games-fps/ezquake-bin/ezquake-bin-2.2-r2.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/ezquake-bin/ezquake-bin-2.2-r2.ebuild b/games-fps/ezquake-bin/ezquake-bin-2.2-r3.ebuild index 2a31a079e3b..d4d62ccdf6f 100644 --- a/games-fps/ezquake-bin/ezquake-bin-2.2-r2.ebuild +++ b/games-fps/ezquake-bin/ezquake-bin-2.2-r3.ebuild @@ -33,8 +33,8 @@ RDEPEND=" x11-libs/libXxf86vm " -MY_DIR=opt/${PN} -QA_PREBUILT="${MY_DIR}/ezquake*" +MY_DIR=/opt/${PN} +QA_PREBUILT="${MY_DIR#/}/ezquake*" src_unpack() { unpack ${A} @@ -50,9 +50,9 @@ src_unpack() { src_install() { exeinto ${MY_DIR} - insinto ${MY_DIR} - doexe ezquake-gl.glx + + insinto ${MY_DIR} doins -r ezquake qw dosym ../../usr/share/quake1/id1 ${MY_DIR}/id1 make_wrapper ezquake-gl.glx ./ezquake-gl.glx "${MY_DIR}" "${MY_DIR}" |