From 2456c340fc3bd7441d9cdf9dcc415b5c6f194657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Wed, 12 Jun 2013 19:16:40 +0000 Subject: oops fixed bad edit --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index cd46ba5c2..f83ceaadb 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -72,7 +72,7 @@ dist: tar tar: clean rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION) - @if [ -e "../.svn" ]; then \ + @if [ -e "../../.svn" ]; then \ $(MAKE) dist-svn; \ elif [ -e "../.git" ]; then \ $(MAKE) dist-git; \ -- cgit v1.2.1