diff options
author | Sam James <sam@gentoo.org> | 2021-08-21 22:30:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:36 +0100 |
commit | 7a62535be47440fda515073f02eaf4445c46f6a3 (patch) | |
tree | 8b06232fe548f91992e9fe2ceef091276048864b /games-action | |
parent | games-action/descent3-demo: use non-relative wrapper path (diff) | |
download | gentoo-7a62535be47440fda515073f02eaf4445c46f6a3.tar.gz gentoo-7a62535be47440fda515073f02eaf4445c46f6a3.tar.bz2 gentoo-7a62535be47440fda515073f02eaf4445c46f6a3.zip |
games-action/descent3-demo: use non-relative wrapper path
Bug: https://bugs.gentoo.org/809356
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild index 32ec09fbaf08..b23a9ee52d79 100644 --- a/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild +++ b/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild @@ -43,8 +43,9 @@ src_install() { loki_patch patch.dat data/ || die insinto ${dir} - exeinto ${dir} doins -r "${demo}"/* + + exeinto ${dir} doexe "${demo}/${exe}" # Required directory |