summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorJosé Jorge <zezinho@mageia.org>2013-06-12 19:16:40 +0000
committerJosé Jorge <zezinho@mageia.org>2013-06-12 19:16:40 +0000
commit2456c340fc3bd7441d9cdf9dcc415b5c6f194657 (patch)
tree17b94a52e1e40ce3823acb0dcee281f8beb60258 /perl-install/Makefile
parent173b1859adf05ed8649ccabcb2831fd21b91e134 (diff)
downloaddrakx-backup-do-not-use-2456c340fc3bd7441d9cdf9dcc415b5c6f194657.tar
drakx-backup-do-not-use-2456c340fc3bd7441d9cdf9dcc415b5c6f194657.tar.gz
drakx-backup-do-not-use-2456c340fc3bd7441d9cdf9dcc415b5c6f194657.tar.bz2
drakx-backup-do-not-use-2456c340fc3bd7441d9cdf9dcc415b5c6f194657.tar.xz
drakx-backup-do-not-use-2456c340fc3bd7441d9cdf9dcc415b5c6f194657.zip
oops fixed bad edit
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; \