mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-03-12 07:42:50 +00:00
Makefile: updated SVNROOT variable.
This commit is contained in:
parent
b40728e740
commit
d566d6c8f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue