diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-29 01:40:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-29 01:40:47 +0000 |
commit | 90411b9617e511e15024e9b8a65ee7223f7c9025 (patch) | |
tree | a515716f8d4f3d38c71b0eaa9dc55436271384a8 /games-emulation/xe/files | |
parent | old (diff) | |
download | gentoo-2-90411b9617e511e15024e9b8a65ee7223f7c9025.tar.gz gentoo-2-90411b9617e511e15024e9b8a65ee7223f7c9025.tar.bz2 gentoo-2-90411b9617e511e15024e9b8a65ee7223f7c9025.zip |
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation/xe/files')
-rw-r--r-- | games-emulation/xe/files/xe-2.16.1 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games-emulation/xe/files/xe-2.16.1 b/games-emulation/xe/files/xe-2.16.1 deleted file mode 100644 index 211d508d883e..000000000000 --- a/games-emulation/xe/files/xe-2.16.1 +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 "${@}" |