From 758505b9e3bcb2c45da30d62350534c232f1bf98 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 13 Sep 2008 14:16:01 +1000 Subject: [PATCH] Fixed #1568 - createpackage.sh --- conf/osx/createpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/osx/createpackage.sh b/conf/osx/createpackage.sh index 3ac4d09de..32cbebfc5 100755 --- a/conf/osx/createpackage.sh +++ b/conf/osx/createpackage.sh @@ -49,7 +49,7 @@ function find_puppet_root() { function install_puppet() { echo "Installing Puppet to ${pkgroot}" - "${installer}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}" &> /dev/null + "${installer}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}" chown -R root:admin "${pkgroot}" }