diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-14 06:29:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-14 06:29:20 +0000 |
commit | 3bd486a0c7833771096647a09c813bd59e692c26 (patch) | |
tree | 6c437ca112314dcdc26fc8b72f1617ce5c0e9756 /games-emulation/xe/files | |
parent | old (diff) | |
download | historical-3bd486a0c7833771096647a09c813bd59e692c26.tar.gz historical-3bd486a0c7833771096647a09c813bd59e692c26.tar.bz2 historical-3bd486a0c7833771096647a09c813bd59e692c26.zip |
version bump
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-emulation/xe/files')
-rw-r--r-- | games-emulation/xe/files/xe-2.16.2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-emulation/xe/files/xe-2.16.2 b/games-emulation/xe/files/xe-2.16.2 new file mode 100644 index 000000000000..211d508d883e --- /dev/null +++ b/games-emulation/xe/files/xe-2.16.2 @@ -0,0 +1,10 @@ +#!/bin/sh + +if [[ ! -d ~/.xe/modules ]] ; then + mkdir -p ~/.xe/modules +fi +for f in GENTOODIR/modules/* +do + ln -s $f ~/.xe/modules/ 2> /dev/null +done +exec xe.bin "${@}" |