2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-09 04:56:12 +00:00

Ensure directory exists prior to use

This commit is contained in:
Jarrod Johnson 2019-02-11 14:06:28 -05:00
parent 95d5ff6a4c
commit 68eeb95ea3

View File

@ -2,6 +2,7 @@
cd `dirname $0`
PKGNAME=$(basename $(pwd))
DPKGNAME=$(basename $(pwd) | sed -e s/_/-/)
mkdir -p /tmp/$DKPGNAME
cp -a * .git /tmp/$DPKGNAME
cd /tmp/$DPKGNAME
if [ -x ./makeman ]; then