# Copyright 2006 Guillaume Duhamel1# Copyright 2006 Lawrence Sebald2# Copyright 2007 Anders Montonen3#4# This file is part of Yabause.5#6# Yabause is free software; you can redistribute it and/or modify7# it under the terms of the GNU General Public License as published by8# the Free Software Foundation; either version 2 of the License, or9# (at your option) any later version.10#11# Yabause is distributed in the hope that it will be useful,12# but WITHOUT ANY WARRANTY; without even the implied warranty of13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14# GNU General Public License for more details.15#16# You should have received a copy of the GNU General Public License17# along with Yabause; if not, write to the Free Software18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA192021hdiutil create -megabytes 20 tmp.dmg -layout NONE -fs HFS+ -volname Yabause -ov22tmp=`hdid tmp.dmg`23disk=`echo $tmp | cut -f 1 -d\ `24cp -R Yabause.app /Volumes/Yabause/25cp ../../ChangeLog /Volumes/Yabause/26cp ../../README /Volumes/Yabause/27cp ../../README.MAC /Volumes/Yabause/28cp ../../AUTHORS /Volumes/Yabause/29cp ../../COPYING /Volumes/Yabause/30hdiutil eject $disk31hdiutil convert -format UDZO tmp.dmg -o Yabause.dmg32rm tmp.dmg333435