summaryrefslogtreecommitdiffstats
path: root/osx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osx/Makefile')
-rw-r--r--osx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osx/Makefile b/osx/Makefile
index 82a2e967b..075628668 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -41,14 +41,14 @@ default: clean client
install:
echo "Installing Bcfg2 to ${PKGROOT}"
- mkdir ${PKGROOT}
+ mkdir -p ${PKGROOT}
cd ../ && /usr/bin/python setup.py install \
--root="osx/${PKGROOT}" \
--install-lib="${SITELIBDIR}" \
--install-data="${DATADIR}"
prepare: install
- mkdir ${PKGTMP}
+ mkdir -p ${PKGTMP}
cp ${PROTO_PLIST} ${PKGTMP}
sed -i '' "s/{SHORTVERSION}/${BCFGVER}/g" "${PKGTMP}/${PROTO_PLIST}"
sed -i '' "s/{MAJORVERSION}/${MAJOR}/g" "${PKGTMP}/${PROTO_PLIST}"