repo.or.cz
/
gentoo-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
packages dropped
[gentoo-zh.git]
/
app-office
/
freeoffice
/
files
/
freeoffice-presentations
blob
892bf39150ceb450f9773f9351e9150ba8166fa1
1
#!/bin/sh
2
# A script to run Softmaker Presentations.
3
4
MACHINE
=
$
(
uname
-m
)
5
6
[[
$MACHINE
==
"x86_64"
]] &&
LIBDIR_SUFFIX
=
"64"
|| LIBDIR_SUFFIX
=
"32"
7
8
/
usr
/
lib
$LIBDIR_SUFFIX
/
freeoffice
/
presentations
"$@"