[47506] trunk/dports/x11/mesa/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Feb 28 12:34:28 PST 2009


Revision: 47506
          http://trac.macports.org/changeset/47506
Author:   jeremyhu at macports.org
Date:     2009-02-28 12:34:28 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
Fix mesa for non-root installs.  Closes #18681

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-02-28 20:27:25 UTC (rev 47505)
+++ trunk/dports/x11/mesa/Portfile	2009-02-28 20:34:28 UTC (rev 47506)
@@ -94,9 +94,7 @@
 	}
 
 	post-destroot {
-		xinstall -o root -m 755 -d "${destroot}${prefix}/bin"
-		xinstall -o root -m 755 "${worksrcpath}/progs/xdemos/glxgears" "${destroot}/${prefix}/bin"
-		xinstall -o root -m 755 "${worksrcpath}/progs/xdemos/glxinfo" "${destroot}/${prefix}/bin"
+		xinstall -m 755 -W "${worksrcpath}/progs/xdemos" glxgears glxinfo "${destroot}${prefix}/bin"
 	}
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/ee81356d/attachment.html>


More information about the macports-changes mailing list