Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gvansickle/ucg
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/gvansickle/ucg:
  Fixed .tarball-version generation.
  • Loading branch information
gvansickle committed Oct 24, 2016
2 parents b3fd7a4 + 3f3f2b0 commit 0f89703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ MOSTLYCLEANFILES+=$(DX_CLEANFILES)
# if it for some reason exists in the working directory of a repo, that's an error, and it will be caught above in the
# "verify-provenance" rule.
dist-hook:
$(ECHO_N) "$$(cd $(top_srcdir) && git describe --long --dirty --always | tr -d '\r\n')-tarball" > "$(distdir)/.tarball-version"
printf '%s' "$$(cd $(top_srcdir) && git describe --long --dirty --always | tr -d '\r\n')-tarball" > "$(distdir)/.tarball-version"

0 comments on commit 0f89703

Please sign in to comment.