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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
songbird-nightly-bin
/
songbird-launcher.sh
blob
83315dbbea55528d14e0aacc0219f066f699d159
1
#!/bin/bash
2
3
export
SONGBIRDDIR
=
"/opt/songbird"
4
#export LD_LIBRARY_PATH=${SONGBIRDDIR}:${LD_LIBRARY_PATH}
5
export
PREVIOUSPATH
=
"
${PATH}
"
6
export
PATH
=
"
${SONGBIRDDIR}
:
${PATH}
"
7
cd --
"
${SONGBIRDDIR}
"
8
"
${SONGBIRDDIR}
"
/
songbird $@