summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b5f0fb)
raw | patch | inline | side by side (parent: 4b5f0fb)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Thu, 3 Aug 2006 02:31:10 +0000 (02:31 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Thu, 3 Aug 2006 02:31:10 +0000 (02:31 +0000) |
the wrong temporary directory.
packaging/macosx/osx-dmg.sh | patch | blob | history |
index 0b11d4fe00ed703ff00cbc6f24727088ee90fcc5..2c50ea3f59ba74538e41f0ae1c7c4396fec0cf01 100755 (executable)
# Create a new RW image from the temp directory.
echo "Creating a new RW disk image..."
rm -f "$RWNAME"
-/usr/bin/hdiutil create -srcfolder "tmp-dmg" -volname "$VOLNAME" -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW "$RWNAME"
+/usr/bin/hdiutil create -srcfolder "TMPDIR" -volname "$VOLNAME" -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW "$RWNAME"
# We're finished with the temp directory, remove it.
rm -rf "$TMPDIR"