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]
/
bin32-songbird-nightly
/
songbird-launcher.sh
blob
f7fd1e51566bed116e17e335b7defc0d409cf92e
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 $@