diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-02-16 23:46:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 15:35:29 -0800 |
commit | 2d8a203026b47877320104e9f7597b462c016081 (patch) | |
tree | d3a99d1a98c2ed54d67a1382e8bef54ea4a5ca41 /packaging | |
parent | fc60d377617996cc4e6ba1f751bbcceaca57b649 (diff) | |
download | subsurface-2d8a203026b47877320104e9f7597b462c016081.tar.gz |
No bashisms in this script, AFAICS.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/macosx/make-package.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh index c8d21b283..0556ecb84 100755 --- a/packaging/macosx/make-package.sh +++ b/packaging/macosx/make-package.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # this simply automates the steps to create a DMG we can ship # @@ -67,4 +67,3 @@ ${DMGCREATE} --background ./packaging/macosx/DMG-Background.png \ --app-drop-link 380 205 \ --volicon ~/subsurface/packaging/macosx/Subsurface.icns \ --icon "Subsurface" 110 205 ./Subsurface-${VERSION}.dmg ./staging - |