mirror of https://github.com/odrling/Aegisub
Testing the tinderbox (a stub commit but still useful.)
Originally committed to SVN as r2864.
This commit is contained in:
parent
3648f61083
commit
c12d2d7636
|
@ -25,7 +25,7 @@ if ! perl -e 'require Mac::Finder::DSStore' > /dev/null 2>&1; then
|
|||
echo
|
||||
echo "Perl Mac::Finder::DSStore is required to build a dmg."
|
||||
echo "Please get it from http://freehg.org/u/wiml/dsstore/"
|
||||
exit;
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
rm -rf ${TMP_DMG} "${PKG_NAME}.dmg"
|
||||
|
|
Loading…
Reference in New Issue