We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7bf50 commit c82064cCopy full SHA for c82064c
apps/Makefile.am
@@ -19,7 +19,7 @@ all-local:
19
$(PYTHON) setup.py build
20
21
install-exec-local:
22
- $(PYTHON) setup.py install --prefix=$$DESTDIR$(prefix) --install-layout=deb
+ $(PYTHON) setup.py install --prefix=$$DESTDIR$(prefix)
23
24
clean-local:
25
rm -rf build
0 commit comments