mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-18 17:20:20 +00:00
Change wheezy name to python-confluent...
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user