Re-add comment about hdiutil output

pull/1837/head
Stefan Graupner 8 years ago committed by Jussi Pakkanen
parent 80f252bb5c
commit f4b20a1cc3
  1. 2
      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

Loading…
Cancel
Save