Skip to content

Commit

Permalink
Use cp instead of mv to avoid permissions duplication error
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/turbovnc/code/trunk@621 799e4f7b-5fd2-41f6-823c-2ecc41bc7f0b
  • Loading branch information
dcommander committed Feb 28, 2008
1 parent 86c5537 commit 275c514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnc_unixsrc/makemacpkg
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ $PACKAGEMAKER -build -v -p $pkgtmpdir/$pkgname-$_VERSION.pkg \
hdiutil create -fs HFS+ -volname $pkgname-$_VERSION \
-srcfolder $pkgtmpdir/$pkgname-$_VERSION.pkg \
$pkgtmpdir/$pkgname.dmg
mv $pkgtmpdir/$pkgname.dmg .
cp $pkgtmpdir/$pkgname.dmg .
sudo rm -rf $pkgtmpdir

0 comments on commit 275c514

Please sign in to comment.