summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-08-03 02:31:10 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-08-03 02:31:10 +0000
commitc661ac366c9eb1fe6b89067c0a7ae94b4963299e (patch)
treec7165a45e128b7ef8c31ad87cbf4d93315b60154
parentadded StateHandling to whiteboard (diff)
downloadinkscape-c661ac366c9eb1fe6b89067c0a7ae94b4963299e.tar.gz
inkscape-c661ac366c9eb1fe6b89067c0a7ae94b4963299e.zip
* packaging/macosx/osx-dmg.sh: Fix one of the commands that was using
the wrong temporary directory. (bzr r1546)
-rwxr-xr-xpackaging/macosx/osx-dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh b/packaging/macosx/osx-dmg.sh
index 0b11d4fe0..2c50ea3f5 100755
--- a/packaging/macosx/osx-dmg.sh
+++ b/packaging/macosx/osx-dmg.sh
@@ -71,7 +71,7 @@ fi
# 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"