[redeclipse-data] 19/27: get-orig-source: Fix removal root dir

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:55:54 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 efd84260fae18e7dc56e56e42e774e15712d72c0
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 23:49:12 2015 +0200

    get-orig-source: Fix removal root dir
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c92a570..e496634 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ get-orig-source:
 	rm -f redeclipse-data_$(VER).orig.tar.gz
 	mv data-$(VER)/ $(DIR)
 	rm -rf $(DIR)/fonts
-	find . -type f -name '.git*' -delete
+	find $(DIR) -type f -name '.git*' -delete
 	XZ_OPT="-6" tar --create --xz --owner root --group root --mode a+rX \
 		-f redeclipse-data_$(VER).orig.tar.xz $(DIR)
 	rm -rf $(DIR)

-- 
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