From acd8828100a8f2a9a2c7ccd7dc50acc2116004e7 Mon Sep 17 00:00:00 2001 From: Eric Watson Date: Sun, 9 Oct 2011 06:51:37 -0500 Subject: [PATCH] Make pango-querymodules executable in .dmg --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 20317f9c..6c3040a9 100644 --- a/Rakefile +++ b/Rakefile @@ -460,6 +460,7 @@ namespace :osx do mv "dmg/#{APPNAME}.app/Contents/MacOS/samples", "dmg/samples" end ln_s "/Applications", "dmg/Applications" + sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/pango-querymodules" sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/#{NAME}" sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/#{NAME}-bin" sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/#{NAME}-launch"