We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 657eda5 + fc0ae94 commit 83aca5cCopy full SHA for 83aca5c
Makefile
@@ -4,7 +4,7 @@ all:
4
#make -C docs/misc all
5
# make in subdirectory PSLab-apps-master if it is there
6
[ ! -d PSLab-apps-master ] || make -C PSLab-apps-master $@ DESTDIR=$(DESTDIR)
7
- python setup.py build
+ python3 setup.py build
8
9
clean:
10
rm -rf docs/_*
@@ -22,7 +22,7 @@ install:
22
install -d $(DESTDIR)/usr/share/doc/pslab
23
#cp -a docs/_build/html $(DESTDIR)/usr/share/doc/pslab
24
#cp docs/misc/build/*.html $(DESTDIR)/usr/share/doc/pslab/html
25
- python setup.py install --install-layout=deb \
+ python3 setup.py install --install-layout=deb \
26
--root=$(DESTDIR)/ --prefix=/usr
27
# rules for udev
28
mkdir -p $(DESTDIR)/lib/udev/rules.d
0 commit comments