Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8572e451ea9284ac9d4ef5dcec3997d1bba50b9f
commit 8572e451ea9284ac9d4ef5dcec3997d1bba50b9f Author: Miklos Vajna <[email protected]> Date: Sun Oct 25 21:58:36 2009 +0100 kernel.sh - rather than handling -rc tags as special, just handle every version containing the ".g" string as a snapshot diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 9cc23fd..ccc56b8 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -172,7 +172,7 @@ if Fuse $USE_DEVEL; then signatures=('' '' '') _F_scm_type="git" _F_scm_url="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6" - if echo $pkgver |grep -q -- '\.rc'; then + if ! echo $pkgver |grep -q -- '\.g'; then _F_scm_tag="v${pkgver//.rc/-rc}" else _F_scm_tag="v${pkgver//./-}" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
