2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 11:01:09 +00:00

Change wheezy name to python-confluent...

This commit is contained in:
Jarrod Johnson 2019-03-19 15:03:06 -04:00
parent 1d6111b8dd
commit bf24d0f501

View File

@ -2,6 +2,9 @@
cd `dirname $0`
PKGNAME=$(basename $(pwd))
DPKGNAME=$(basename $(pwd) | sed -e s/_/-/)
if grep wheezy /etc/os-release; then
DPKGNAME=python-$DPKGNAME
fi
cd ..
mkdir -p /tmp/confluent # $DPKGNAME
cp -a * .git /tmp/confluent # $DPKGNAME