[mame] 04/05: chmod lang files after purging the cruft.

Jordi Mallach jordi at moszumanska.debian.org
Tue Jul 19 11:10:02 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit 6bf59353bd9df1b56a276630efbd8a6099c55ecd
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri Jul 15 12:42:57 2016 +0200

    chmod lang files after purging the cruft.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bc7a767..30284a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -201,8 +201,8 @@ override_dh_fixperms-indep:
 	find debian/mame-data/usr/share/games/mame/fonts -type f -execdir chmod 644 {} \;
 	find debian/mame-data/usr/share/games/mame/hash -type f -execdir chmod 644 {} \;
 	find debian/mame-data/usr/share/games/mame/keymaps -type f -execdir chmod 644 {} \;
-	find debian/mame-data/usr/share/games/mame/language -type f -execdir chmod 644 {} \;
 	find debian/mame-data/usr/share/games/mame/language -type f -name "*.po" -delete
+	find debian/mame-data/usr/share/games/mame/language -type f -execdir chmod 644 {} \;
 	find debian/mame-data/usr/share/games/mame/plugins -type f -execdir chmod 644 {} \;
 
 PKD := $(abspath $(dir $(MAKEFILE_LIST)))

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



More information about the Pkg-games-commits mailing list