fix packaging for f37 (3/n)
[plcapi.git] / 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 \