mirror of
https://github.com/xcat2/confluent.git
synced 2025-03-09 21:56:50 +00:00
Change wheezy name to python-confluent...
This commit is contained in:
parent
656e82c3fe
commit
48079f297b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user