[libdbix-xml-rdb-perl] 01/05: debian/rules: Merge the two rm calls

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 18:02:18 UTC 2013


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

abe pushed a commit to branch master
in repository libdbix-xml-rdb-perl.

commit d6a9b10a64bf286669621b2b142f748e015efb85
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 18:54:55 2013 +0100

    debian/rules: Merge the two rm calls
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index e2a32d1..53339f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,7 @@ install-stamp: build-stamp
 	dh_prep
 	dh_auto_install
 	# Remove examples from other locations
-	[ ! -d $(TMP)/usr/bin ] || $(RM) -rv $(TMP)/usr/bin
-	$(RM) -v $(TMP)/usr/share/perl5/DBIx/*.pl
+	$(RM) -rvf $(TMP)/usr/share/perl5/DBIx/*.pl $(TMP)/usr/bin
 	touch $@
 
 binary-arch:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-xml-rdb-perl.git



More information about the Pkg-perl-cvs-commits mailing list