a60f545560
- Use SF macro in MASTER_SITES. - Take maintainership. - Remove ONLY_FOR_ARCHS=i386. - Clean-up. - Convert to OPTIONS. - Add wrapper script and note it in pkg-message. - Remove patch to avoid sound delay problems.
8 lines
222 B
Bash
8 lines
222 B
Bash
#!/bin/sh
|
|
|
|
# The program creates the configuration files in the current directory, so we
|
|
# enter ~/.deng and then run it from there.
|
|
|
|
test -d ~/.deng || mkdir ~/.deng
|
|
cd ~/.deng || exit 1
|
|
exec %%PREFIX%%/bin/doomsday "$@"
|