Commit 9df8db2a authored by Michael Tremer's avatar Michael Tremer

Makefile: Remove Python path overrides for Debian

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 679e5ae2
......@@ -54,10 +54,6 @@ SED_PROCESS = \
databasedir = $(localstatedir)/lib/location
pkgconfigdir = $(libdir)/pkgconfig
# XXX hardcode path for Debian
pythondir = $(prefix)/lib/python3/dist-packages
pyexecdir = $(prefix)/lib/python$(PYTHON_VERSION)/lib-dynload
# Overwrite Python path
pkgpythondir = $(pythondir)/location
......
......@@ -2,8 +2,7 @@ usr/bin/location-downloader
usr/bin/location-exporter
usr/bin/location-query
usr/lib/*/libloc.so.*
usr/lib/python3*/dist-packages
usr/lib/python3*/lib-dynload/*.so
usr/lib/python3*/site-packages
src/systemd/*.service /lib/systemd/system/
src/systemd/*.timer /lib/systemd/system/
var/lib/location/signing-key.pem
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment