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]
/
xreal-svn
/
xreal
blob
5b4e95bd6b6c10e53b072bca9f85fa7527818c6b
1
#!/bin/sh
2
if
[
`uname -m`
=
"x86_64"
];
then
3
cd
/
usr
/
bin
4
xreal.x86_64
+
set
fs_basepath
/
usr
/
lib
/
xreal
5
else
6
cd
/
usr
/
bin
7
xreal.i386
+
set
fs_basepath
/
usr
/
lib
/
xreal
8
fi