[gnome-shell] Support LinuxMint in the build script



commit 6f7da264bafd2242a671b755255ef6ce1afe65c1
Author: Jon Nettleton <jon nettleton gmail com>
Date:   Sat Sep 26 10:14:43 2009 -0700

    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

 tools/build/gnome-shell-build-setup.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh
index 0a7fa0a..ddb5ef4 100755
--- a/tools/build/gnome-shell-build-setup.sh
+++ b/tools/build/gnome-shell-build-setup.sh
@@ -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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]