Skip to content

Commit 30e135e

Browse files
authored
Merge pull request #1 from qacwnfq/patch-install-layout
Fix apps/Makefile for non-debian systems
2 parents 3f7bf50 + c82064c commit 30e135e

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)