fix packaging for f37 (3/n)
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 25 Nov 2022 17:23:22 +0000 (18:23 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 25 Nov 2022 17:24:37 +0000 (18:24 +0100)
Makefile

index 87ce913..35bdac9 100644 (file)
--- 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 \