]> andersk Git - mod-vhost-ldap.git/commitdiff
fix archive target in Makefile upstream 4e1258b21726a2d0e764f1768562239b2c41d4ec upstream/1.2.0
authorOndřej Surý <ondrej@debian.org>
Wed, 1 Nov 2006 12:17:22 +0000 (12:17 +0000)
committerOndřej Surý <ondrej@debian.org>
Wed, 1 Nov 2006 12:17:22 +0000 (12:17 +0000)
git-svn-id: svn://svn.debian.org/svn/modvhostldap/trunk/mod-vhost-ldap@67 4dd36cbf-e3fd-0310-983d-db0e06859cf4

Makefile

index 546a6d6d7d24aa4bcae9c2e2ac331e581c8b84c1..a806c6eca5c6bdc34924bdcb0361f361125f8750 100644 (file)
--- 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 mod-vhost-ldap-`cat VERSION`;
+       svn export svn+ssh://ondrej@svn.debian.org/svn/modvhostldap/trunk/mod-vhost-ldap/ mod-vhost-ldap-`cat VERSION`;
        rm -rf mod-vhost-ldap-$(VERSION)/debian
        tar czf ../tarballs/mod-vhost-ldap-$(VERSION).tar.gz mod-vhost-ldap-$(VERSION);
        ln -sf mod-vhost-ldap-$(VERSION).tar.gz ../tarballs/mod-vhost-ldap_$(VERSION).orig.tar.gz
This page took 0.030014 seconds and 5 git commands to generate.