whitespace
This commit is contained in:
parent
0b62bef7f1
commit
c841db2aff
@ -9,8 +9,8 @@ echo "$python/bin/python $out/SABnzbd.py \$*" > $out/bin/sabnzbd
|
|||||||
chmod +x $out/bin/sabnzbd
|
chmod +x $out/bin/sabnzbd
|
||||||
|
|
||||||
for i in $(cd $out/bin && ls); do
|
for i in $(cd $out/bin && ls); do
|
||||||
wrapProgram $out/bin/$i --prefix PYTHONPATH : "$(toPythonPath $python):$(toPythonPath $out):$(toPythonPath $cheetahTemplate):$(toPythonPath $sqlite3)" \
|
wrapProgram $out/bin/$i --prefix PYTHONPATH : "$(toPythonPath $python):$(toPythonPath $out):$(toPythonPath $cheetahTemplate):$(toPythonPath $sqlite3)" \
|
||||||
--prefix PATH : "$par2cmdline/bin:$unzip/bin:$unrar/bin"
|
--prefix PATH : "$par2cmdline/bin:$unzip/bin:$unrar/bin"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo $out
|
echo $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user