[PATCH] Add correct package name for libxslt in Ubuntu

Incorrect name for libxslt was specified in readme for Ubuntu distro Socorro Stoppler (1): Add correct package name for libxslt in Ubuntu docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1

Signed-off-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4ce6bb6..5d0aa98 100644 --- a/docs/README.md +++ b/docs/README.md @@ -82,7 +82,7 @@ channel at RHN Classic or Red Hat Satellite. python-cherrypy3 python-cheetah python-imaging \ python-pam python-m2crypto python-jsonschema \ python-psutil python-ldap python-lxml nginx \ - libxslt openssl python-dev python-pip \ + libxslt1-dev openssl python-dev python-pip \ g++ fonts-font-awesome texlive-fonts-extra $ sudo pip install cython libsass -- 1.9.1

Hi Socorro, Could you, please, update the contrib/DEBIAN/control.in file? I think those changes also apply to Kimchi (README and control.in files). Could you check that too? Regards, Aline Manera On 15/10/2015 17:24, Socorro Stoppler wrote:
Signed-off-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md index 4ce6bb6..5d0aa98 100644 --- a/docs/README.md +++ b/docs/README.md @@ -82,7 +82,7 @@ channel at RHN Classic or Red Hat Satellite. python-cherrypy3 python-cheetah python-imaging \ python-pam python-m2crypto python-jsonschema \ python-psutil python-ldap python-lxml nginx \ - libxslt openssl python-dev python-pip \ + libxslt1-dev openssl python-dev python-pip \ g++ fonts-font-awesome texlive-fonts-extra
$ sudo pip install cython libsass

Applied. Thanks. Regards, Aline Manera
participants (2)
-
Aline Manera
-
Socorro Stoppler