diff options
Diffstat (limited to 'code/unix/setup/doit')
-rwxr-xr-x | code/unix/setup/doit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/setup/doit b/code/unix/setup/doit index 4086c11..2bf6176 100755 --- a/code/unix/setup/doit +++ b/code/unix/setup/doit @@ -83,4 +83,4 @@ install -m 644 ../../../COPYING.txt image/COPYING install -m 644 ./id_patch_pk3s_Q3A_EULA.txt image/id_patch_pk3s_Q3A_EULA.txt ### makeself installer -$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.run "ioquake3 $VERSION" ./setup.sh +$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.run "ioquake3 $VERSION-$RELEASE" ./setup.sh |