[supertransball2] 02/14: Replace exec rm with delete

Markus Koschany apo-guest at moszumanska.debian.org
Sun Sep 6 16:48:06 UTC 2015


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

apo-guest pushed a commit to branch master
in repository supertransball2.

commit 83455cb8cb49849d93543080e57f1b7b1d6f8654
Author: Markus Koschany <apo at gambaru.de>
Date:   Sun Sep 6 03:12:57 2015 +0200

    Replace exec rm with delete
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 382aa68..726e19c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,7 @@ override_dh_auto_install-arch:
 override_dh_auto_install-indep:
 	cd sources && $(MAKE) install-data \
 		DESTDIR=$(CURDIR)/debian/supertransball2-data
-	find $(CURDIR)/debian/supertransball2-data \
-		-name "WS_FTP.LOG" -exec rm {} \;
+	find $(CURDIR)/debian/supertransball2-data -name "WS_FTP.LOG" -delete
 
 override_dh_installdocs:
 	head -n 40 readme.txt > README

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/supertransball2.git



More information about the Pkg-games-commits mailing list