Support LinuxMint in the build script

LinuxMint is based on Ubuntu, so can be handled with the
same package list as Debian and Ubuntu.

https://bugzilla.gnome.org/show_bug.cgi?id=596447
This commit is contained in:
Jon Nettleton 2009-09-26 10:14:43 -07:00 committed by Owen W. Taylor
parent 640e45c12a
commit 6f7da264ba

View File

@ -74,7 +74,7 @@ dpkg_is_installed() {
return 1
}
if test x$system = xUbuntu -o x$system = xDebian ; then
if test x$system = xUbuntu -o x$system = xDebian -o x$system = xLinuxMint ; then
reqd=""
for pkg in \
build-essential curl \