diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-04 20:06:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-04 20:06:28 +0000 |
commit | ef9275a56549fb9f57937b25a5e7b06a760d55bb (patch) | |
tree | 5731d2af19e41b644610113c93d884074970d702 | |
parent | 2702f7342639f8d2458c01195512185d364d91b8 (diff) | |
download | drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar.gz drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar.bz2 drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.tar.xz drakx-ef9275a56549fb9f57937b25a5e7b06a760d55bb.zip |
(tar) be silent
-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 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; \ |