Skip to content

Commit 0ac1f70

Browse files
committed
Respect $PREFIX in python setup.py command
In analogy to the PR opened in the gtk-version karlch/vimiv#77 the python setup command should also respect the prefix which defaults to usr. [ci skip]
1 parent 7bf3282 commit 0ac1f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ help:
2929
@printf "make clean: Remove build directories.\n"
3030

3131
install:
32-
python3 setup.py install --root=$(DESTDIR)/ --record=install_log.txt
32+
python3 setup.py install --root=$(DESTDIR)/ --prefix=$(PREFIX) --record=install_log.txt
3333
install -Dm644 misc/vimiv.desktop $(APPDIR)/vimiv.desktop
3434
install -Dm644 misc/vimiv.appdata.xml $(METAINFODIR)/vimiv.appdata.xml
3535
install -Dm644 LICENSE $(LICENSEDIR)/vimiv/LICENSE

0 commit comments

Comments
 (0)