Skip to content

Commit fc0ae94

Browse files
committed
fix: python3 compatible
1 parent 657eda5 commit fc0ae94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all:
44
#make -C docs/misc all
55
# make in subdirectory PSLab-apps-master if it is there
66
[ ! -d PSLab-apps-master ] || make -C PSLab-apps-master $@ DESTDIR=$(DESTDIR)
7-
python setup.py build
7+
python3 setup.py build
88

99
clean:
1010
rm -rf docs/_*
@@ -22,7 +22,7 @@ install:
2222
install -d $(DESTDIR)/usr/share/doc/pslab
2323
#cp -a docs/_build/html $(DESTDIR)/usr/share/doc/pslab
2424
#cp docs/misc/build/*.html $(DESTDIR)/usr/share/doc/pslab/html
25-
python setup.py install --install-layout=deb \
25+
python3 setup.py install --install-layout=deb \
2626
--root=$(DESTDIR)/ --prefix=/usr
2727
# rules for udev
2828
mkdir -p $(DESTDIR)/lib/udev/rules.d

0 commit comments

Comments
 (0)
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