From 8bab64f21e2053a2b8332c28f0fba08ce4b9a10d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 25 Nov 2022 18:23:22 +0100 Subject: [PATCH] fix packaging for f37 (3/n) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.43.0