2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-24 00:23:53 +00:00

Correct spelling error in builddeb

This commit is contained in:
Jarrod Johnson 2019-02-11 14:47:22 -05:00
parent 68eeb95ea3
commit 52d25d563b

View File

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