mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-14 23:30:22 +00:00
Correct spelling error in builddeb
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user