summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-01-31 01:06:27 -0500
committerRaul Cuza <raulcuza@gmail.com>2011-01-31 01:06:27 -0500
commit3af8bf0c6b69809b63d4b7c2d97b50161f92f6f2 (patch)
treec7072a29c4b90bcd1a66a984410604174435eabd /osx
parent62bb9e08068fc5e4336df6d498552d5527d0f211 (diff)
downloadbcfg2-3af8bf0c6b69809b63d4b7c2d97b50161f92f6f2.tar.gz
bcfg2-3af8bf0c6b69809b63d4b7c2d97b50161f92f6f2.tar.bz2
bcfg2-3af8bf0c6b69809b63d4b7c2d97b50161f92f6f2.zip
Remove command to change owner of files to root:admin.
The payload in the package sets these permissions correctly.
Diffstat (limited to 'osx')
-rw-r--r--osx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile
index c0211bb1e..1e16d7b6c 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -45,7 +45,7 @@ install:
--root="osx/${PKGROOT}" \
--install-lib="${SITELIBDIR}" \
--install-data="${DATADIR}"
- /usr/sbin/chown -R root:admin "${PKGROOT}"
+ #/usr/sbin/chown -R root:admin "${PKGROOT}"
prepare: install
mkdir ${PKGTMP}