]> git.sesse.net Git - vlc/blobdiff - extras/contrib/bootstrap
Remove Linux distros from old contrib
[vlc] / extras / contrib / bootstrap
index 71ff339da7e37424725e047b5ce2172dd9ee3f73..36db6630ce362168b8c68a779ac45a2fe7826c56 100755 (executable)
@@ -296,13 +296,8 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
         fi
     fi
     # Try to match distribution
-    if test -f /etc/fedora-release; then
-        hint_distro fedora
-    elif test -f /etc/maemo_version; then
+    if test -f /etc/maemo_version; then
         hint_distro maemo5
-    elif test -f /etc/debian_version; then
-        # NOTE: check for Debian *after* its derivatives
-        hint_distro debian
     fi
 fi