Skip to content

Commit

Permalink
build: clear an extra check for spec file versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Jun 16, 2011
1 parent a754240 commit ac18533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -104,8 +104,8 @@ $(SPEC): $(SPEC).in
ver=`echo $$ver | sed -e "s/-dirty$$//"`; \
fi && \
echo $$ver && \
alphatag=`echo $$ver | sed -e "s/.*-//"` && \
if [ -n "$$alphatag" ]; then \
if echo $$ver | grep -q -- "-"; then \
alphatag=`echo $$ver | sed -e "s/.*-//"` && \
echo VERSION HAS ALPHATAG && \
ver=`echo $$ver | sed -e "s/-.*//"`; \
fi && \
Expand Down

0 comments on commit ac18533

Please sign in to comment.