[59034] trunk/dports/emulators/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 8 12:19:13 PDT 2009


Revision: 59034
          http://trac.macports.org/changeset/59034
Author:   ryandesign at macports.org
Date:     2009-10-08 12:19:10 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
minivmac-devel: change the order in which the disk images mount, for aesthetic reasons

Modified Paths:
--------------
    trunk/dports/emulators/minivmac-devel/Portfile

Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile	2009-10-08 18:54:09 UTC (rev 59033)
+++ trunk/dports/emulators/minivmac-devel/Portfile	2009-10-08 19:19:10 UTC (rev 59034)
@@ -187,9 +187,9 @@
     # Symlink the disk images into the data directory with sequentially-numbered
     # names so Mini vMac will find them and automatically mount them.
     ln -s "${worksrcpath}/Disk Tools.dsk" "${my_mnvm_dat}/disk1.dsk"
-    ln -s ${worksrcpath}/${my_src}/${my_src}.dsk "${my_mnvm_dat}/disk2.dsk"
-    ln -s ${worksrcpath}/${my_clipin}/${my_clipin}.dsk "${my_mnvm_dat}/disk3.dsk"
-    ln -s ${worksrcpath}/output.img "${my_mnvm_dat}/disk4.dsk"
+    ln -s ${worksrcpath}/output.img "${my_mnvm_dat}/disk2.dsk"
+    ln -s ${worksrcpath}/${my_src}/${my_src}.dsk "${my_mnvm_dat}/disk3.dsk"
+    ln -s ${worksrcpath}/${my_clipin}/${my_clipin}.dsk "${my_mnvm_dat}/disk4.dsk"
 }
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/f71dab11/attachment.html>


More information about the macports-changes mailing list