- Fix wrapper scripts so it passes its arguments to the real executable
PR: ports/86476 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
This commit is contained in:
parent
1d2479534e
commit
565ce2ac10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143457
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= duel
|
||||
PORTVERSION= 0.98
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.personal.rdg.ac.uk/~sir03me/
|
||||
DISTNAME= lin${PORTNAME}
|
||||
|
|
|
@ -18,4 +18,4 @@ find * -type f -exec ln -s %%DATADIR%%/{} ~/.duel/{} \; 2>/dev/null || exit 1
|
|||
|
||||
cd ~/.duel || exit 1
|
||||
|
||||
exec %%PREFIX%%/libexec/duel
|
||||
exec %%PREFIX%%/libexec/duel "$@"
|
||||
|
|
Loading…
Reference in a new issue