[32658] trunk/dports/lang/Io/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 10 05:03:17 PST 2008


Revision: 32658
          http://trac.macosforge.org/projects/macports/changeset/32658
Author:   ryandesign at macports.org
Date:     2008-01-10 05:03:10 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
Io: fix the destroot so it actually destroots

Modified Paths:
--------------
    trunk/dports/lang/Io/Portfile

Modified: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile	2008-01-10 12:58:55 UTC (rev 32657)
+++ trunk/dports/lang/Io/Portfile	2008-01-10 13:03:10 UTC (rev 32658)
@@ -32,6 +32,5 @@
 build.dir       ${worksrcpath}/projects/osxvm
 
 destroot {
-    xinstall -d ${destroot}${prefix}/bin
-    xinstall projects/osxvm/build/Deployment/osxvm ${destroot}${prefix}/bin
+    xinstall ${build.dir}/build/Deployment/osxvm ${destroot}${prefix}/bin
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080110/2ada4772/attachment.html


More information about the macports-changes mailing list