From: Jose V Beneyto Date: Wed, 13 Jan 2010 14:09:51 +0000 (+0100) Subject: xrick: fixed issue with installation script X-Git-Url: http://gitweb/?a=commitdiff_plain;h=afb647c6343f0d60bf7d7ead1315acd10bec8aa4;hp=38329b49bf46231019fa8ec93785fb7bffda864c;p=attic%2Fports%2Fgames-cross.git xrick: fixed issue with installation script --- diff --git a/xrick/Pkgfile b/xrick/Pkgfile index e396d1c..8d448e7 100644 --- a/xrick/Pkgfile +++ b/xrick/Pkgfile @@ -5,7 +5,7 @@ name=xrick version=021212 -release=1 +release=2 source=(http://www.bigorno.net/xrick/xrick-021212.tgz) build() { @@ -28,7 +28,7 @@ build() { #!/bin/sh cd /usr/share/$name -./$name $@ +./$name \$@ cd - >/dev/null __EOF__ chmod +x $PKG/usr/bin/$name