Update the text sent to the console, since binary is no longer installed here
This commit is contained in:
parent
ea816a4310
commit
4ffbbfa164
@ -81,7 +81,7 @@ try:
|
||||
(codename, fullname) = get_os_codename()
|
||||
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)
|
||||
liq_path = p.communicate()[0].strip()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user