From fc0ae9461915700e7665b3fa9adb4445cfb57209 Mon Sep 17 00:00:00 2001 From: CloudyPadmal Date: Mon, 11 Mar 2019 22:37:05 +0530 Subject: [PATCH] fix: python3 compatible --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1589e2de..b8ecaf35 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: #make -C docs/misc all # make in subdirectory PSLab-apps-master if it is there [ ! -d PSLab-apps-master ] || make -C PSLab-apps-master $@ DESTDIR=$(DESTDIR) - python setup.py build + python3 setup.py build clean: rm -rf docs/_* @@ -22,7 +22,7 @@ install: install -d $(DESTDIR)/usr/share/doc/pslab #cp -a docs/_build/html $(DESTDIR)/usr/share/doc/pslab #cp docs/misc/build/*.html $(DESTDIR)/usr/share/doc/pslab/html - python setup.py install --install-layout=deb \ + python3 setup.py install --install-layout=deb \ --root=$(DESTDIR)/ --prefix=/usr # rules for udev mkdir -p $(DESTDIR)/lib/udev/rules.d pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy