[redeclipse-data] 22/27: Fix mkdir typo

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:56:15 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 05b6676e71841db18a78d0e57b3ea3efe977d840
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sat Apr 4 00:29:19 2015 +0200

    Fix mkdir typo
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e496634..c6f596f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ 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/iredeclipse/data
+	mkdir -p debian/redeclipse-data/usr/share/games/redeclipse/data
 	find . -mindepth 1 -maxdepth 1 -type d \
 		-not \( -name 'debian' -or -name 'fonts' \) \
 		-exec cp -r '{}' debian/redeclipse-data/usr/share/games/redeclipse/data \;

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