[SCM] packaging for the mame arcade game emulator branch, master, updated. ab0d5d39a4c9ceebe7fcf892cb576fa3fa90b616

Emmanuel Kasper emmanuel at libera.cc
Tue Jun 7 22:35:31 UTC 2011


The following commit has been merged in the master branch:
commit 80055d39babdfab32fc3247c57ad1266229cb18c
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Wed Jun 8 00:01:14 2011 +0200

    chmod 644 the mess hash files as some have the executable bits

diff --git a/debian/rules b/debian/rules
index 860d936..869eb14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,6 +171,8 @@ override_dh_installdocs:
 
 # Remove OSX specific keymaps
 override_dh_install:
+	# windows created file might have wrongly the set executable bit
+	chmod 644 messdir/hash/*
 	dh_install --exclude=OSX.txt
 
 override_dh_builddeb:

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list