Update the text sent to the console, since binary is no longer installed here
This commit is contained in:
parent
ea816a4310
commit
4ffbbfa164
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ try:
|
||||||
(codename, fullname) = get_os_codename()
|
(codename, fullname) = get_os_codename()
|
||||||
print " Found %s (%s) on %s architecture" % (fullname, codename, arch)
|
print " Found %s (%s) on %s architecture" % (fullname, codename, arch)
|
||||||
|
|
||||||
print " * Installing Liquidsoap binary"
|
print " * Creating symlink to Liquidsoap binary"
|
||||||
|
|
||||||
p = Popen("which liquidsoap", shell=True, stdout=PIPE)
|
p = Popen("which liquidsoap", shell=True, stdout=PIPE)
|
||||||
liq_path = p.communicate()[0].strip()
|
liq_path = p.communicate()[0].strip()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue