diff options
author | Stefan Graupner <stefan.graupner@gmail.com> | 2017-05-17 16:58:45 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-21 21:51:22 +0300 |
commit | f4b20a1cc3e4526499823355a86cbcf28ea849f0 (patch) | |
tree | 4fa6d89ea015338c6d2d42555e870ed54a9828b5 | |
parent | 80f252bb5cafca5b532f19bdc2facd47a9e02afc (diff) | |
download | meson-f4b20a1cc3e4526499823355a86cbcf28ea849f0.zip meson-f4b20a1cc3e4526499823355a86cbcf28ea849f0.tar.gz meson-f4b20a1cc3e4526499823355a86cbcf28ea849f0.tar.bz2 |
Re-add comment about hdiutil output
-rwxr-xr-x | manual tests/4 standalone binaries/build_osx_package.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual tests/4 standalone binaries/build_osx_package.sh b/manual tests/4 standalone binaries/build_osx_package.sh index f452d51..eb4ec38 100755 --- a/manual tests/4 standalone binaries/build_osx_package.sh +++ b/manual tests/4 standalone binaries/build_osx_package.sh @@ -11,6 +11,8 @@ gunzip < template.dmg.gz > working.dmg hdiutil attach working.dmg -noautoopen -quiet -mountpoint mnttmp rm -rf mnttmp/myapp.app mv /tmp/myapp.app mnttmp +# NOTE: output of hdiutil changes every now and then. +# Verify that this is still working. hdiutil detach $(hdiutil info|grep "mnttmp"|awk '{print $1}') rm -rf mnttmp rm -f myapp.dmg |