summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-08-17 07:31:22 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-08-17 07:31:22 +0000
commit79dc08dd51eb7c7164bcdc8fe98c34571665ca05 (patch)
tree27a98307bdfaf5677a712c6f1fd6fa73ec175bc8 /packaging
parentsee, if someone else with actual time had done this they probably wouldn't be... (diff)
downloadinkscape-79dc08dd51eb7c7164bcdc8fe98c34571665ca05.tar.gz
inkscape-79dc08dd51eb7c7164bcdc8fe98c34571665ca05.zip
* packaging/macosx/osx-dmg.sh: Fix an incorrect reference to a shell
variable (bzr r1610)
Diffstat (limited to 'packaging')
-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 2c50ea3f5..b89a0fc91 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 "TMPDIR" -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"