[redeclipse-data] 16/28: Fix data install dir

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 14:36:35 UTC 2015


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

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

commit 6cf312d9fd32c8578d813bf128ec72a800c2a27b
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 23:05:44 2015 +0200

    Fix data install dir
---
 rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules b/rules
index 636337e..c92a570 100755
--- a/rules
+++ b/rules
@@ -10,10 +10,10 @@ override_dh_auto_build:
 			play 4 15 1 1 54 54 512 512 0 0 fonts/
 
 override_dh_install:
-	mkdir -p debian/redeclipse-data/usr/share/games/data
+	mkdir -p debian/redeclipse-data/usr/share/games/iredeclipse/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/redeclipse/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