Skip to content

Commit

Permalink
Merge pull request #173 from LinusU/patch-1
Browse files Browse the repository at this point in the history
Install libgsf-1-dev on Debian 8
  • Loading branch information
lovell committed Feb 26, 2015
2 parents ef54e32 + 3175107 commit a44df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ case $(uname -s) in
jessie|vivid)
# Debian 8, Ubuntu 15
echo "Installing libvips via apt-get"
apt-get install -y libvips-dev
apt-get install -y libvips-dev libgsf-1-dev
;;
trusty|utopic|qiana|rebecca)
# Ubuntu 14, Mint 17
Expand Down

0 comments on commit a44df2f

Please sign in to comment.