summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-09-13 14:16:01 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-09-13 14:16:01 +1000
commit758505b9e3bcb2c45da30d62350534c232f1bf98 (patch)
tree01a44e396258b9cb0e8c9b6265a4c60f7d12be5f
parent7ce902df27393821163b4200916baffb712f0d03 (diff)
downloadpuppet-758505b9e3bcb2c45da30d62350534c232f1bf98.tar.gz
puppet-758505b9e3bcb2c45da30d62350534c232f1bf98.tar.xz
puppet-758505b9e3bcb2c45da30d62350534c232f1bf98.zip
Fixed #1568 - createpackage.sh
-rwxr-xr-xconf/osx/createpackage.sh2
1 files changed, 1 insertions, 1 deletions
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}"
}