[92811] trunk/dports/devel/dbus/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 7 08:41:04 PDT 2012


Revision: 92811
          https://trac.macports.org/changeset/92811
Author:   ryandesign at macports.org
Date:     2012-05-07 08:41:02 -0700 (Mon, 07 May 2012)
Log Message:
-----------
dbus: use startup_root variable when setting launchd plist attributes

Modified Paths:
--------------
    trunk/dports/devel/dbus/Portfile

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2012-05-07 13:49:16 UTC (rev 92810)
+++ trunk/dports/devel/dbus/Portfile	2012-05-07 15:41:02 UTC (rev 92811)
@@ -168,8 +168,8 @@
     file attributes ${prefix}/libexec/dbus-daemon-launch-helper -group ${dbus_group}
     
     if { [variant_isset startupitem] && ![variant_isset no_root] } {
-        file attributes /Library/LaunchAgents/org.freedesktop.dbus-session.plist -owner root -group wheel
-        file attributes /Library/LaunchDaemons/[file tail ${plistFl}] -owner root -group wheel
+        file attributes ${startup_root}/Library/LaunchAgents/org.freedesktop.dbus-session.plist -owner root -group wheel
+        file attributes ${startup_root}/Library/LaunchDaemons/[file tail ${plistFl}] -owner root -group wheel
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120507/81988290/attachment.html>


More information about the macports-changes mailing list