* Get the Unreal Tournament 2004 demo to work with the new scheme for
handling OpenGL. svn path=/nixpkgs/trunk/; revision=4616
This commit is contained in:
@@ -19,6 +19,8 @@ ensureDir $out/bin/.orig
|
||||
for i in $(cd $out/bin && ls); do
|
||||
mv $out/bin/$i $out/bin/.orig/$i
|
||||
cat >$out/bin/$i <<EOF
|
||||
#! $SHELL -e
|
||||
|
||||
mesa=$mesa
|
||||
|
||||
$(cat $mesaSwitch)
|
||||
|
||||
Reference in New Issue
Block a user