installation path is now manually specified

This commit is contained in:
Joel Klimont 2022-10-07 19:20:20 +02:00
parent 60cfb2669c
commit a84183375b

View file

@ -14,7 +14,7 @@ echo "Building Package version: $VERSION"
# BE CAREFUL TO NOT BUILD IN A PYTHON VENV!
# be sure to change version if needed!
fpm -s python --python-bin python3.9 --python-package-name-prefix python3 \
fpm -s python --python-bin python3 --python-package-name-prefix python3 \
-m '"Joel Klimont" <joel.klimont@comp-air.at>' \
--license 'proprietary' \
--description 'Library for robot used in the competition' \
@ -27,6 +27,7 @@ fpm -s python --python-bin python3.9 --python-package-name-prefix python3 \
-d "libatlas-base-dev" \
-d "python3-numpy" \
-d "compsrv" \
--python-install-lib "/usr/local/lib/python3.9/dist-packages" \
-v $VERSION -t deb setup.py
if [ "$EXTRACT_PKG" == "1" ]; then