[77633] trunk/base/src/package1.0/portdpkg.tcl

afb at macports.org afb at macports.org
Thu Apr 7 01:33:24 PDT 2011


Revision: 77633
          http://trac.macports.org/changeset/77633
Author:   afb at macports.org
Date:     2011-04-07 01:33:23 -0700 (Thu, 07 Apr 2011)
Log Message:
-----------
building dpkg packages needs root privs

Modified Paths:
--------------
    trunk/base/src/package1.0/portdpkg.tcl

Modified: trunk/base/src/package1.0/portdpkg.tcl
===================================================================
--- trunk/base/src/package1.0/portdpkg.tcl	2011-04-07 08:06:21 UTC (rev 77632)
+++ trunk/base/src/package1.0/portdpkg.tcl	2011-04-07 08:33:23 UTC (rev 77633)
@@ -43,8 +43,12 @@
 }
 
 # Options
+options dpkg.asroot
 options package.destpath
 
+# Set up defaults
+default dpkg.asroot yes
+
 set_ui_prefix
 
 proc portdpkg::main {args} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110407/70a3a3bb/attachment.html>


More information about the macports-changes mailing list