]> andersk Git - mod-vhost-ldap.git/blobdiff - Makefile
fix archive target in Makefile
[mod-vhost-ldap.git] / Makefile
index 8875f950517668d32ec5781bf7041ac76e3d9558..a806c6eca5c6bdc34924bdcb0361f361125f8750 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,11 @@ 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`;
-       tar czf ../mod-vhost-ldap-$(VERSION).tar.gz mod-vhost-ldap-$(VERSION);
-       tar cjf ../mod-vhost-ldap-$(VERSION).tar.bz2 mod-vhost-ldap-$(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
+       tar cjf ../tarballs/mod-vhost-ldap-$(VERSION).tar.bz2 mod-vhost-ldap-$(VERSION);
        rm -rf mod-vhost-ldap-$(VERSION);
 
 format:
This page took 0.055749 seconds and 4 git commands to generate.