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.
1 parent 0086eae commit 3e20724Copy full SHA for 3e20724
Makefile
@@ -4,7 +4,7 @@ ROOT ?= /
4
PREFIX ?= /usr/local
5
6
install:
7
- ${PYTHON} setup.py install --prefix="${DESTDIR}${PREFIX}" --root="${DESTDIR}${ROOT}"
+ ${PYTHON} -m pip install --prefix="${DESTDIR}${PREFIX}" --root="${DESTDIR}${ROOT}" .
8
9
# Remove `protontricks-desktop-install`, since we already install
10
# .desktop files properly
0 commit comments