summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
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; \