repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
dfhack-git
/
dwarffortress-hacked
blob
9e2e99e1d7475dc50eec57d747185107e0544dc1
1
#!/bin/sh
2
cd
/
opt
/
df_linux
3
export
SDL_DISABLE_LOCK_KEYS
=
1
# Work around for bug in Debian/Ubuntu SDL patch.
4
#export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing.
5
6
# Really we shouldn't need this, but...
7
umask
0002
8
exec
.
/
dfhack
"$@"