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:
parent
640e45c12a
commit
6f7da264ba
@ -74,7 +74,7 @@ dpkg_is_installed() {
|
|||||||
return 1
|
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=""
|
reqd=""
|
||||||
for pkg in \
|
for pkg in \
|
||||||
build-essential curl \
|
build-essential curl \
|
||||||
|
Loading…
Reference in New Issue
Block a user