summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-10-15 14:25:55 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-10-15 17:13:45 +0200
commit41298918b96cbb1f634a794ae9cc71f62acb6a55 (patch)
tree536447c986c849e264d05783c3cc97b7c20e3297 /Makefile
parent139bcb8821ba39e94d38d32f61210e4a2c1c75f0 (diff)
downloadiot-barcode-scanner-41298918b96cbb1f634a794ae9cc71f62acb6a55.tar
iot-barcode-scanner-41298918b96cbb1f634a794ae9cc71f62acb6a55.tar.zst
iot-barcode-scanner-41298918b96cbb1f634a794ae9cc71f62acb6a55.zip
Patch for Raspberry Pi OS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fb6faf..013e37b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ INSTALL_DATA=$(INSTALL) -m 644
bindir=$(DESTDIR)$(PREFIX)/bin
sharedir=$(DESTDIR)$(PREFIX)/share
confdir=$(DESTDIR)/etc/xengineering.eu/$(PKGNAME)
-libdir=$(DESTDIR)$(PREFIX)/lib/python3.8/site-packages/$(PKGNAME)
+libdir=$(DESTDIR)$(PREFIX)/lib/python3/dist-packages/$(PKGNAME)
.PHONY: install uninstall