* Install in ${X11BASE} * Fix launcher scripts and install them in ${PREFIX}/bin * Install .xpm file in ${DATADIR} * Install doc in ${DOCSDIR} * Smarter openurl.sh * Workaround a bug causing the resolution to be reset to 800x600 on each startup * Cleanup the Makefile PR: ports/79221, ports/79613 Submitted by: myself, maintainer Reviewed by: maintainer Approved by: adamw (mentor)
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/sh
|
|
|
|
cd @ETDIR@ || exit 1
|
|
exec ./etded.x86 "$@"
|