build: fix syntax error in setup script

This commit is contained in:
Dan Winship 2010-11-01 14:28:56 -04:00
parent 11794e3da9
commit 31df386fed

View File

@ -87,7 +87,7 @@ if test "x$system" = xUbuntu -o "x$system" = xDebian -o "x$system" = xLinuxMint
mesa-common-dev mesa-utils python-dev python-gconf python-gobject \
xulrunner-dev xserver-xephyr gnome-terminal libcroco3-dev \
libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
libltdl-dev libvorbis-dev
libltdl-dev libvorbis-dev \
; do
if ! dpkg-checkbuilddeps -d $pkg /dev/null 2> /dev/null; then
reqd="$pkg $reqd"