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:
parent
95d5ff6a4c
commit
68eeb95ea3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user