X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=config%2Fzfs-build.m4;h=773a9448c46129e21e84c085d467e736354c797b;hb=608860b6d06aaaa647e03fc3f3fc1b49f025155e;hp=d281b4dcf91a361438c0e4addf12ec796886e80d;hpb=712f8bd87b2d3799107e102652875996fa59647b;p=zfs.git diff --git a/config/zfs-build.m4 b/config/zfs-build.m4 index d281b4d..773a944 100644 --- a/config/zfs-build.m4 +++ b/config/zfs-build.m4 @@ -178,16 +178,16 @@ AC_DEFUN([ZFS_AC_DEFAULT_PACKAGE], [ VENDOR=redhat ; elif test -f /etc/fedora-release ; then VENDOR=fedora ; - elif test -f /etc/lsb-release ; then - VENDOR=ubuntu ; + elif test -f /etc/gentoo-release ; then + VENDOR=gentoo ; elif test -f /etc/debian_version ; then VENDOR=debian ; elif test -f /etc/SuSE-release ; then VENDOR=sles ; elif test -f /etc/slackware-version ; then VENDOR=slackware ; - elif test -f /etc/gentoo-release ; then - VENDOR=gentoo ; + elif test -f /etc/lsb-release ; then + VENDOR=ubuntu ; elif test -f /etc/lunar.release ; then VENDOR=lunar ; else