Skip to content

Commit

Permalink
LIMS-1385: fix libffi-dev dependency in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfruit committed Aug 5, 2014
1 parent e08246d commit 3b518d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -60,7 +60,7 @@ if [ -f /etc/lsb-release ]; then # Ubuntu

# WeasyPrint dependencies:
# http://weasyprint.org/docs/install/#debian-ubuntu
aptitude install lib-ffidev
aptitude install libffi-dev
# Debian 7.0 Wheezy or newer, Ubuntu 11.10 Oneiric or newer:
aptitude install libcairo2
aptitude install libpango1.0-0
Expand Down

0 comments on commit 3b518d3

Please sign in to comment.