aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-07-17 23:47:10 +0000
committerGuy Harris <guy@alum.mit.edu>2011-07-17 23:47:10 +0000
commitb1d83d8d8b1f8b643b0048991adf820be415cbb2 (patch)
tree0af791ee054efe170382aea01d6ab164857598d0 /packaging
parent2730ef656321ed72ab0d3a922703aa34a9769530 (diff)
We don't have an "--enable-osxapp" configure option; update a comment.
svn path=/trunk/; revision=38075
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index 95804a3939..bc17a8702f 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -27,9 +27,13 @@
# https://gnunet.org/svn/GNUnet/contrib/OSX/build_app
#
# NB:
-# When packaging Wireshark for OS X, configure should be run with the
-# "--enable-osxapp" option which sets the correct paths for support
-# files inside the app bundle.
+# This originally came from Inkscape; Inkscape's configure script has an
+# "--enable-osxapp", which causes some of Inkscape's installation data
+# files to have OS X-ish paths under Contents/Resources of the package
+# or under /Library/Application Support. We don't have such an option;
+# we just put them in "bin", "etc", "lib", and "share" directories
+# under Contents/Resources, rather than in the "bin", "etc", "lib",
+# and "share" directories under the installation directory.
#
# Defaults