This commit is contained in:
Ralf Ramsauer 2021-11-22 21:55:06 +01:00
parent a29bb80021
commit 03888dd404
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,8 @@ install:
install -m 0644 etc/doorlockd.cfg $(ETC)
install -m 0644 systemd/doorlockd.service systemd/doorstate.service $(SYSTEMD_UNITS)
pip install --upgrade --force-reinstall --no-dependencies --root=$(DESTDIR) .
#pip install --upgrade --force-reinstall --no-dependencies --root=$(DESTDIR) .
python setup.py install --root="$(DESTDIR)" --optimize=1 --skip-build
cp -av share/* $(SHARE)

View File

@ -22,7 +22,7 @@ depends=('python3'
'fluxbox'
'nginx'
'slim')
source=("git+https://github.com/Binary-Kitchen/${pkgname}.git#branch=next")
source=("git+https://github.com/Binary-Kitchen/${pkgname}.git#branch=cleanup")
sha256sums=('SKIP')
build() {