[56189] trunk/dports/textproc/rtfreader/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 24 23:16:12 PDT 2009


Revision: 56189
          http://trac.macports.org/changeset/56189
Author:   ryandesign at macports.org
Date:     2009-08-24 23:16:11 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
rtfreader: no longer need to be root to install

Modified Paths:
--------------
    trunk/dports/textproc/rtfreader/Portfile

Modified: trunk/dports/textproc/rtfreader/Portfile
===================================================================
--- trunk/dports/textproc/rtfreader/Portfile	2009-08-25 06:14:59 UTC (rev 56188)
+++ trunk/dports/textproc/rtfreader/Portfile	2009-08-25 06:16:11 UTC (rev 56189)
@@ -31,6 +31,5 @@
 build.env               CC=${configure.cc}
 
 destroot {
-    system "install -o root -m 755 -d ${destroot}${prefix}/bin"
-    system "install -o root -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin"
+    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/c0866254/attachment.html>


More information about the macports-changes mailing list