summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-01-31 15:24:34 -0500
committerRaul Cuza <raulcuza@gmail.com>2011-01-31 15:24:34 -0500
commit5096c67da3cee8f35733c6ef6b88f5ce55b4d34b (patch)
treee7f082924f797b7dce6040f617cfba4044994041 /osx
parentff9af3ba103fef9f6666ef697d5d8c9e368c574e (diff)
downloadbcfg2-5096c67da3cee8f35733c6ef6b88f5ce55b4d34b.tar.gz
bcfg2-5096c67da3cee8f35733c6ef6b88f5ce55b4d34b.tar.bz2
bcfg2-5096c67da3cee8f35733c6ef6b88f5ce55b4d34b.zip
Remove chown line all together.
It is no longer needed because the bug in packagemaker that required it appears to be fixed in 3.0.4.
Diffstat (limited to 'osx')
-rw-r--r--osx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile
index 1c75bb4ef..bd16a4227 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -46,7 +46,6 @@ install:
--root="osx/${PKGROOT}" \
--install-lib="${SITELIBDIR}" \
--install-data="${DATADIR}"
- #/usr/sbin/chown -R root:admin "${PKGROOT}"
prepare: install
mkdir ${PKGTMP}