summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-04 20:06:28 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-04 20:06:28 +0000
commitef9275a56549fb9f57937b25a5e7b06a760d55bb (patch)
tree5731d2af19e41b644610113c93d884074970d702 /perl-install/Makefile
parent2702f7342639f8d2458c01195512185d364d91b8 (diff)
downloaddrakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar
drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar.gz
drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar.bz2
drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar.xz
drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.zip
(tar) be silent
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 ab86ab977..7c271829f 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -73,7 +73,7 @@ dist-git:
tar:
rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION)
- if [ -e "../.svn" ]; then \
+ @if [ -e "../.svn" ]; then \
$(MAKE) dist-svn; \
elif [ -e "../.git" ]; then \
$(MAKE) dist-git; \