Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
0ceb0167fe
8 changed files with 48 additions and 57 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue