Author: bugman
Date: Thu Apr 5 12:39:02 2012
New Revision: 15690
URL: http://svn.gna.org/viewcvs/relax?rev=15690&view=rev
Log:
The DMG image file is now being sent to the parent directory '..' rather than
the base directory.
This fixes the problem of the DMG file packaging itself into
relax.app/Contents/Resources, creating
a 120 Mb file rather than a 60 Mb file!!!
Modified:
1.3/scons/distrib.py
Modified: 1.3/scons/distrib.py
URL:
http://svn.gna.org/viewcvs/relax/1.3/scons/distrib.py?rev=15690&r1=15689&r2=15690&view=diff
==============================================================================
--- 1.3/scons/distrib.py (original)
+++ 1.3/scons/distrib.py Thu Apr 5 12:39:02 2012
@@ -111,7 +111,7 @@
# Create the dmg image.
print("\n\n# Creating the DMG image.\n\n")
- cmd = 'hdiutil create -ov -fs HFS+ -volname "relax" -srcfolder
dist/relax.app %s' % file
+ cmd = 'hdiutil create -ov -fs HFS+ -volname "relax" -srcfolder
dist/relax.app ../%s' % file
print("%s\n" % cmd)
pipe = Popen(cmd, shell=True, stdin=PIPE, close_fds=False)
waitpid(pipe.pid, 0)
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits