From a1fc73aa840cce436d6587219b56e345fd5ee155 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Mon, 27 Jun 2011 22:47:36 +0000 Subject: [PATCH] mpab: chmod sources world readable so privilege dropping works git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@79840 d073be05-634f-4543-b044-5fe20cf6d1d6 --- mpab-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/mpab-functions b/mpab-functions index a01b68d..7820439 100644 --- a/mpab-functions +++ b/mpab-functions @@ -239,6 +239,7 @@ function buildMacPorts() echo "No ${mpExport} found" return 1 fi + chmod -R a+rX ${chrootPath}${SRC_PREFIX} fi if [[ ! -f ${chrootPath}${PREFIX}/bin/port ]]; then