[minetest-mod-mesecons] 02/03: Useless use of find(1)

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Jun 2 18:44:11 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository minetest-mod-mesecons.

commit 9955fa08213c00a016197c32112cb8bdf26156c4
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Jun 2 20:42:30 2016 +0200

    Useless use of find(1)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d5d3fae..83eb137 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 
 override_dh_install:
 	dh_install
-	find debian/minetest-mod-mesecons/usr/share/games/minetest/mods -name doc -type d -exec rm -r {} +
+	rm -rf debian/minetest-mod-mesecons/usr/share/minetest/mods/*/doc/

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



More information about the Pkg-games-commits mailing list