From 58db3e363add864e4a146b3a9024308d4f5e1458 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 9 Oct 2013 13:42:37 -0700 Subject: Correct Mac bundle path Should be /Applications (plural) Signed-off-by: Dirk Hohndel --- subsurface-install.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsurface-install.pri b/subsurface-install.pri index 3a625973a..387478197 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -7,10 +7,10 @@ nltab = $$escape_expand(\\n\\t) mac { # OS X bundling rules # "make mac-deploy" deploys the external libs (Qt, libdivecomputer, libusb, etc.) into the bundle - # "make install" installs the bundle to /Application + # "make install" installs the bundle to /Applications # "make mac-create-dmg" creates Subsurface.dmg - mac_bundle.path = /Application + mac_bundle.path = /Applications mac_bundle.files = Subsurface.app mac_bundle.CONFIG += no_check_exist directory INSTALLS += mac_bundle -- cgit v1.2.3-70-g09d2