[dh-r] 21/43: Don't duplicate print delete commands

Gordon Ball chronitis-guest at moszumanska.debian.org
Thu Sep 15 13:45:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository dh-r.

commit c2b1f05eb4ce65dcd553b5a0ec12af6280adf401
Author: Gordon Ball <gordon at chronitis.net>
Date:   Tue Sep 6 12:07:28 2016 +0200

    Don't duplicate print delete commands
---
 dh/R.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh/R.pm b/dh/R.pm
index 9dc7493..4d6e37f 100644
--- a/dh/R.pm
+++ b/dh/R.pm
@@ -161,7 +161,7 @@ sub install {
     my @toremove = ("R.css", "COPYING", "COPYING.txt", "LICENSE", "LICENSE.txt");
     foreach my $rmf (@toremove) {
         if (-e "$destdir/$libdir/$desc->{Package}/$rmf") {
-            $this->doit_in_sourcedir("rm", "-vf", "$destdir/$libdir/$desc->{Package}/$rmf");
+            $this->doit_in_sourcedir("rm", "-f", "$destdir/$libdir/$desc->{Package}/$rmf");
         }
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dh-r.git



More information about the debian-science-commits mailing list