From de238a00d830f74fff24a934c9748b8137cb2ac2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Jan 2012 19:36:29 +0000 Subject: fix .svn path --- perl-install/install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/Makefile') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 430fcb52a..02b65ecfc 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -29,7 +29,7 @@ dist-git: tar: rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) - @if [ -e "../.svn" ]; then \ + @if [ -e "../../.svn" ]; then \ $(MAKE) dist-svn; \ elif [ -e "../../.git" ]; then \ $(MAKE) dist-git; \ -- cgit v1.2.1