]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Some filesystems don't like ':', which is a path 'make dist' would use
authorDavid Sommerseth <davids@redhat.com>
Fri, 4 May 2012 14:37:00 +0000 (16:37 +0200)
committerDavid Sommerseth <davids@redhat.com>
Fri, 4 May 2012 14:37:00 +0000 (16:37 +0200)
commit4f6f17767d91df264b9ab26526dc018a23e9f040
tree4cc8962380b95f31b6b868db414fa557592ff0c8
parent7a845401043dbd9cce1aa7e1d33a5df50ad76c71
Some filesystems don't like ':', which is a path 'make dist' would use

In commit 7a845401043dbd9c the version.m4 was modified to remove the
alpha1 tag.  But then Alon Bar-Lev noticed that NTFS wasn't happy about
the ':' character.  So let's rather just skip the complete 'git:'
prefix and use just 'master' instead.

Reported-by: Alon Bar-Lev <alon.barlev@gmail.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
version.m4