mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
Makefile: use setup.py instead of pip
Abandons the strange 'dependency_links.txt'-bug. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
b086696879
commit
18264b0449
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ install:
|
||||
install -m 0644 etc/doorlockd.cfg $(ETC)
|
||||
install -m 0644 systemd/doorlockd.service systemd/doorstate.service $(SYSTEMD_UNITS)
|
||||
|
||||
pip install --upgrade --force-reinstall --root=$(DESTDIR) .
|
||||
python setup.py install --root="$(DESTDIR)" --optimize=1
|
||||
|
||||
cp -av share/* $(SHARE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user