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 Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git]
/
lightsmark-bin
/
lightsmark
blob
0f7846634471c34ab08f328cd9e15f6bed892b56
1
#!/bin/sh
2
if
[
`uname -m`
=
"x86_64"
];
then
3
cd
/
opt
/
Lightsmark2008.2
.0
/
bin
/
pc-linux64
/
4
.
/
backend $@
5
else
6
cd
/
opt
/
Lightsmark2008.2
.0
/
bin
/
pc-linux32
/
7
.
/
backend $@
8
fi