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 19 12:17:07 UTC 2012
[aur-mirror.git]
/
pando
/
pandodl_fix
blob
ec9d327f5a3b8d5f4c1fcd0dffff60ed332683d1
1
#!/bin/sh
2
3
#Pando downloader launcher
4
5
PANDO_HOME
=/
opt
/
pando
6
PANDODL
=
$PANDO_HOME
/
bin
/
pandoDownloader
7
PD_LIB_PATH
=
$PANDO_HOME
/
lib
8
9
export
LD_LIBRARY_PATH
=
${PD_LIB_PATH}
:
${LD_LIBRARY_PATH}
10
11
exec
$PANDODL
$@