aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-19 01:16:42 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-19 01:16:42 +0000
commit5e68ebc9b087a51b8ebdf714431f2980fa6c6a3e (patch)
treefa7f7de6c69d8659e019744be5ad7781e81b73e3 /Makefile.am
parent132febfbc4137c1e869068732366904957007a37 (diff)
Make sure osx-dmg.sh is executable.
svn path=/trunk/; revision=44573
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9058b34a86..13892153c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1014,6 +1014,7 @@ packaging/macosx/COPYING.txt: COPYING
osx-package: osx-app packaging/macosx/COPYING.txt
@if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
cd $(srcdir)/packaging/macosx ; \
+ chmod +x ./osx-dmg.sh ; \
./osx-dmg.sh ; \
fi