e68b08cd5e
hanges: * Clean-up. * Rename to "linux-quake3-demo" (also rename port directory). * Add SIZE entry to distinfo. * Fix symlink with different OpenGL implementations (ports). * Take maintainership. * Use SUB_FILES for script. * Distfile is fetched automatically from MASTER_SITE_GENTOO. PR: ports/86227 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
5 lines
56 B
Bash
5 lines
56 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
|
|
exec ./q3demo "$@"
|