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 | c1d0f34f25b60960a8df10fce5ce30f6b816159a (patch) | |
tree | 5731d2af19e41b644610113c93d884074970d702 /perl-install/Makefile | |
parent | 41acf56ace923231d253f40f4bafa86a47724a7f (diff) | |
download | drakx-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
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 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; \ |