From 818a048afc2ae0935f487dec7107237c7fba2f28 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 19 Nov 2012 15:05:31 -0500 Subject: [PATCH] install nodejs-legacy on quantal quantal changed the name of the node binary on disk, which breaks horizon on 12.10 installs. Provide a work around for installing the legacy package on that environment. Fixes bug #1070083 Change-Id: If8ef211d12451ef4e1df0d2398cf18a3b2c46da3 --- files/apts/horizon | 1 + 1 file changed, 1 insertion(+) diff --git a/files/apts/horizon b/files/apts/horizon index 2161ccd361..2c2faf1a21 100644 --- a/files/apts/horizon +++ b/files/apts/horizon @@ -21,4 +21,5 @@ python-coverage python-cherrypy3 # why? python-migrate nodejs +nodejs-legacy # dist:quantal python-netaddr