summaryrefslogtreecommitdiffstats
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
commitc1d0f34f25b60960a8df10fce5ce30f6b816159a (patch)
tree5731d2af19e41b644610113c93d884074970d702
parent41acf56ace923231d253f40f4bafa86a47724a7f (diff)
downloaddrakx-backup-do-not-use-c1d0f34f25b60960a8df10fce5ce30f6b816159a.tar
drakx-backup-do-not-use-c1d0f34f25b60960a8df10fce5ce30f6b816159a.tar.gz
drakx-backup-do-not-use-c1d0f34f25b60960a8df10fce5ce30f6b816159a.tar.bz2
drakx-backup-do-not-use-c1d0f34f25b60960a8df10fce5ce30f6b816159a.tar.xz
drakx-backup-do-not-use-c1d0f34f25b60960a8df10fce5ce30f6b816159a.zip
(tar) be silent
-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; \