Update the text sent to the console, since binary is no longer installed here

This commit is contained in:
Daniel James 2012-08-31 14:36:05 +01:00
parent ea816a4310
commit 4ffbbfa164

View file

@ -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()