From: Thierry Parmentelat Date: Fri, 25 Nov 2022 17:23:22 +0000 (+0100) Subject: fix packaging for f37 (3/n) X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=8bab64f21e2053a2b8332c28f0fba08ce4b9a10d fix packaging for f37 (3/n) --- diff --git a/Makefile b/Makefile index 87ce913..35bdac9 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ install-python: # it's important that plcsh sits in /usr/share/plc_api # and not under bin/ so that python can find the PLC/ modules mv $(DESTDIR)/$(datadir)/plc_api/bin/plcsh $(DESTDIR)/$(datadir)/plc_api - mv $(DESTDIR)/$(datadir)/plc_api/bin/Server.py $(DESTDIR)/$(datadir)/Server.py + mv $(DESTDIR)/$(datadir)/plc_api/bin/Server.py $(DESTDIR)/$(datadir)/plc_api # the old recipe used to read # python3 setup.py install \ # --install-purelib=$(DESTDIR)/$(datadir)/plc_api \