Skip to content

Commit

Permalink
Merge pull request #1 from qacwnfq/patch-install-layout
Browse files Browse the repository at this point in the history
Fix apps/Makefile for non-debian systems
  • Loading branch information
qacwnfq authored Jan 27, 2022
2 parents 3f7bf50 + c82064c commit 30e135e
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 30e135e

Please sign in to comment.