]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - config/zfs-meta.m4
Imported Upstream version 0.6.4.2
[mirror_zfs-debian.git] / config / zfs-meta.m4
index 20a61cf04d3696520fe3318ed8758e6beb45c5e5..7c92dd541e49e23bdef1b42a0bbd62fa9c0ea0c4 100644 (file)
@@ -68,7 +68,7 @@ AC_DEFUN([ZFS_AC_META], [
 
                ZFS_META_RELEASE=_ZFS_AC_META_GETVAL([Release]);
                if test ! -f ".nogitrelease" && git rev-parse --git-dir > /dev/null 2>&1; then
-                       _match="${ZFS_META_NAME}-${ZFS_META_VERSION}*"
+                       _match="${ZFS_META_NAME}-${ZFS_META_VERSION}"
                        _alias=$(git describe --match=${_match} 2>/dev/null)
                        _release=$(echo ${_alias}|cut -f3- -d'-'|sed 's/-/_/g')
                        if test -n "${_release}"; then