mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-12 20:01:30 +00:00
Reorganize builddeb to preserve git tree
The git tree is needed to successfully build
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
cd `dirname $0`
|
||||
PKGNAME=$(basename $(pwd))
|
||||
DPKGNAME=$(basename $(pwd) | sed -e s/_/-/)
|
||||
mkdir -p /tmp/$DPKGNAME
|
||||
cp -a * .git /tmp/$DPKGNAME
|
||||
cd /tmp/$DPKGNAME
|
||||
cd ..
|
||||
mkdir -p /tmp/confluent # $DPKGNAME
|
||||
cp -a * .git /tmp/confluent # $DPKGNAME
|
||||
cd /tmp/confluent/$PKGNAME
|
||||
if [ -x ./makeman ]; then
|
||||
./makeman
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user