]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - config/spl-meta.m4
Imported Upstream version 0.6.3+git20140731
[mirror_spl-debian.git] / config / spl-meta.m4
index a51fa797eefb7f89e9eb0478dbfde37313f0a23a..e98cc2ea6378d5b247821d691f4faf1c3017264c 100644 (file)
@@ -57,7 +57,7 @@ AC_DEFUN([SPL_AC_META], [
 
                SPL_META_RELEASE=_SPL_AC_META_GETVAL([Release]);
                if test ! -f ".nogitrelease" && git rev-parse --git-dir > /dev/null 2>&1; then
-                       _match="${SPL_META_NAME}-${SPL_META_VERSION}*"
+                       _match="${SPL_META_NAME}-${SPL_META_VERSION}"
                        _alias=$(git describe --match=${_match} 2>/dev/null)
                        _release=$(echo ${_alias}|cut -f3- -d'-'|sed 's/-/_/g')
                        if test -n "${_release}"; then