3 bin/buildosxexec.sh && \
5 cp -ap dist/osx/CLNL.app tmp && \
6 mv osxsbcl tmp/CLNL.app/Contents/MacOS/ && \
8 tar zxf ../deps/osx/create-dmg-5acf22f.tar.gz && \
10 cp ../CLNL.app/Contents/Resources/CLNL.icns . && \
11 ./create-dmg --volname "CLNL Installer" --volicon "CLNL.icns" --icon-size 100 --window-size 250 250 --icon CLNL.app 150 100 CLNL.dmg ../CLNL.app && \
12 mv CLNL.dmg ../.. && \