From: Ondřej Surý Date: Tue, 30 Aug 2005 13:34:32 +0000 (+0000) Subject: revamp directory structure: step 3 X-Git-Tag: upstream/0.2.4 X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/commitdiff_plain/ff7f1ad088ec4205d0dac7579f9acde661281371 revamp directory structure: step 3 git-svn-id: svn://svn.debian.org/svn/modvhostldap/trunk@15 4dd36cbf-e3fd-0310-983d-db0e06859cf4 --- diff --git a/Makefile b/Makefile index 8875f95..34026fd 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ deb: make clean /usr/bin/pdebuild --configfile /home/ondrej/.pbuilderrc.unstable archive: - svn export svn+ssh://ondrej@svn.debian.org/svn/modvhostldap mod-vhost-ldap-`cat VERSION`; + svn export svn+ssh://ondrej@svn.debian.org/svn/modvhostldap/trunk mod-vhost-ldap-`cat VERSION`; tar czf ../mod-vhost-ldap-$(VERSION).tar.gz mod-vhost-ldap-$(VERSION); tar cjf ../mod-vhost-ldap-$(VERSION).tar.bz2 mod-vhost-ldap-$(VERSION); rm -rf mod-vhost-ldap-$(VERSION);