From d9c5b773a795fe18d54bb53845b69f9088e12115 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 1 Nov 2006 12:17:22 +0000 Subject: [PATCH] fix archive target in Makefile git-svn-id: svn://svn.debian.org/svn/modvhostldap/trunk/mod-vhost-ldap@67 4dd36cbf-e3fd-0310-983d-db0e06859cf4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 546a6d6..a806c6e 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 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 -- 2.45.0