Skip to content

Commit

Permalink
Fix apps/Makefile for non-debian systems
Browse files Browse the repository at this point in the history
--install-layout=deb prevents building for general systems. We require a branch where we can pull code from automatically that will work.
  • Loading branch information
qacwnfq authored Jan 27, 2022
1 parent 3f7bf50 commit c82064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all-local:
$(PYTHON) setup.py build

install-exec-local:
$(PYTHON) setup.py install --prefix=$$DESTDIR$(prefix) --install-layout=deb
$(PYTHON) setup.py install --prefix=$$DESTDIR$(prefix)

clean-local:
rm -rf build
Expand Down

0 comments on commit c82064c

Please sign in to comment.