You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/outerspace/files/outerspace

10 lines
169 B

#!/bin/bash
mkdir -p ~/.outerspace
cd ~/.outerspace || exit 1
ln -sf "@GENTOO_LIBDIR@"/{osc.py,lib,libsrvr} .
ln -sf "@GENTOO_DATADIR@"/res .
exec python osc.py "$@"