diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-10-24 11:30:00 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-10-24 11:30:00 +0000 |
commit | d566d6c8f30eaeee0560d5a5363768d25a34ffed (patch) | |
tree | ad95cefa1e887628037526f7c55d4f6ee0f2f4bd /Makefile | |
parent | b40728e740e1fb75e0bd89687262c743a2331bf4 (diff) | |
download | archivemail-d566d6c8f30eaeee0560d5a5363768d25a34ffed.tar.gz archivemail-d566d6c8f30eaeee0560d5a5363768d25a34ffed.tar.bz2 archivemail-d566d6c8f30eaeee0560d5a5363768d25a34ffed.zip |
Makefile: updated SVNROOT variable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION=$(shell python setup.py --version) VERSION_TAG=v$(subst .,_,$(VERSION)) TARFILE=archivemail-$(VERSION).tar.gz -SVNROOT=https://svn.sourceforge.net/svnroot/archivemail +SVNROOT=https://archivemail.svn.sourceforge.net/svnroot/archivemail default: |