diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-20 09:38:21 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-20 09:38:21 (GMT) |
commit | afb5c81d35e007c25e566bb0b8b57cc95a6cf38d (patch) | |
tree | b474da41f461c4fdd889b311aee6eb9c30d7b891 | |
parent | b8506b6443e5aa478ac065a6ed35dd6a74c4a715 (diff) | |
download | libkolabxml-libkolabxml-0.3.tar.gz |
Create 0.3.0 tarballlibkolabxml-0.3.0libkolabxml-0.3
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,7 +67,7 @@ fi cd .. -git archive --prefix=libkolabxml-0.3/ HEAD | gzip -c > libkolabxml-0.3.tar.gz +git archive --prefix=libkolabxml-0.3.0/ HEAD | gzip -c > libkolabxml-0.3.0.tar.gz -cp libkolabxml-0.3.tar.gz `rpm --eval='%{_sourcedir}'` +cp libkolabxml-0.3.0.tar.gz `rpm --eval='%{_sourcedir}'` |