summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-15 13:29:57 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-15 13:29:57 +0200
commit653084ee92b9bd00ca972d2f0450c78204b4a467 (patch)
tree9036d9c97b817c76f3b80abe2814523820eb3ee3 /Makefile.am
parent6c72cb13ee5777fcccf16ae4697937b99cba608e (diff)
change 'git' tag in tarball name to 'svn'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6cfaa51..bfa0dca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ homepage: all dist
ln -sf README.html $$HOME/homepage/private/projects/pavucontrol/index.html
fedora-snapshot: dist
- cp $(distdir).tar.gz $$HOME/cvs.fedora/pavucontrol/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
+ cp $(distdir).tar.gz $$HOME/cvs.fedora/pavucontrol/devel/$(distdir).git`date +%Y%m%d`.tar.gz
.PHONY: homepage