diff options
author | José Jorge <zezinho@mageia.org> | 2013-06-12 19:16:40 +0000 |
---|---|---|
committer | José Jorge <zezinho@mageia.org> | 2013-06-12 19:16:40 +0000 |
commit | 707b30a3fc369cc297f0b73bb0ba8080cee2b840 (patch) | |
tree | 17b94a52e1e40ce3823acb0dcee281f8beb60258 /perl-install/Makefile | |
parent | 9a800e9b06bf43b0849fc8501816733e861fe547 (diff) | |
download | drakx-707b30a3fc369cc297f0b73bb0ba8080cee2b840.tar drakx-707b30a3fc369cc297f0b73bb0ba8080cee2b840.tar.gz drakx-707b30a3fc369cc297f0b73bb0ba8080cee2b840.tar.bz2 drakx-707b30a3fc369cc297f0b73bb0ba8080cee2b840.tar.xz drakx-707b30a3fc369cc297f0b73bb0ba8080cee2b840.zip |
oops fixed bad edit
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
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; \ |