From 8da737a552c67904df33eff33d7923c47455fde9 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(-) 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