Skip to content

Commit c82064c

Browse files
authored
Fix apps/Makefile for non-debian systems
--install-layout=deb prevents building for general systems. We require a branch where we can pull code from automatically that will work.
1 parent 3f7bf50 commit c82064c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all-local:
1919
$(PYTHON) setup.py build
2020

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

2424
clean-local:
2525
rm -rf build

0 commit comments

Comments
 (0)