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