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

Fix ubuntu package install location

This commit is contained in:
Jarrod Johnson 2019-07-02 14:42:45 -04:00
parent 7275e98039
commit b7ff093e48

View File

@ -42,6 +42,7 @@ if [ "$OPKGNAME" = "confluent-server" ]; then
fi
head -n -1 debian/control > debian/control1
mv debian/control1 debian/control
echo 'export PYBUILD_INSTALL_ARGS=--install-lib=/opt/confluent/lib/python' >> debian/rules
#echo 'Provides: python-'$DPKGNAME >> debian/control
#echo 'Conflicts: python-'$DPKGNAME >> debian/control
#echo 'Replaces: python-'$DPKGNAME' (<<2)' >> debian/control