[redeclipse-data] 13/27: Fix find copy command

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:55:53 UTC 2015


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

arand-guest pushed a commit to branch next
in repository redeclipse-data.

commit 7775f205241c8e6c49f8573c1d5a8c0a6afbff9d
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 19:57:26 2015 +0200

    Fix find copy command
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b1f04eb..636337e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_install:
 	mkdir -p debian/redeclipse-data/usr/share/games/data
 	find . -mindepth 1 -maxdepth 1 -type d \
 		-not \( -name 'debian' -or -name 'fonts' \) \
-		-exec cp -r {}+ debian/redeclipse-data/usr/share/games/data
+		-exec cp -r '{}' debian/redeclipse-data/usr/share/games/data \;
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

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



More information about the Pkg-games-commits mailing list