[61794] trunk/dports/www/drush/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 21 09:42:30 PST 2009


Revision: 61794
          http://trac.macports.org/changeset/61794
Author:   ryandesign at macports.org
Date:     2009-12-21 09:42:29 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
drush: simplify destroot

Modified Paths:
--------------
    trunk/dports/www/drush/Portfile

Modified: trunk/dports/www/drush/Portfile
===================================================================
--- trunk/dports/www/drush/Portfile	2009-12-21 17:41:14 UTC (rev 61793)
+++ trunk/dports/www/drush/Portfile	2009-12-21 17:42:29 UTC (rev 61794)
@@ -35,7 +35,6 @@
 build { }
 
 destroot {
-  xinstall -d -m 0755 ${destroot}/${prefix}/libexec/drush
-  eval file copy [glob ${worksrcpath}/*] ${destroot}/${prefix}/libexec/drush
-  ln -s ${prefix}/libexec/drush/drush ${destroot}/${prefix}/bin/drush  
+  copy ${worksrcpath} ${destroot}${prefix}/libexec/drush
+  ln -s ${prefix}/libexec/drush/drush ${destroot}${prefix}/bin/drush
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/8979468e/attachment.html>


More information about the macports-changes mailing list