Skip to content
Snippets Groups Projects
Commit e5d98ce7 authored by Mikael Djurfeldt's avatar Mikael Djurfeldt
Browse files

Tell setuptools to install separate files instead of archives

parent 6982ed61
No related branches found
No related tags found
No related merge requests found
......@@ -55,12 +55,14 @@ if DEB_PACKAGE
install-exec-hook:
$(PYTHON) setup.py build \
--build-base=$(abs_builddir)/build install \
--old-and-unmanageable \
--install-layout=deb \
--prefix=$(DESTDIR)$(prefix)
else
install-exec-hook:
$(PYTHON) setup.py build \
--build-base=$(abs_builddir)/build install \
--old-and-unmanageable \
--prefix=$(DESTDIR)$(prefix) \
--install-lib=$(DESTDIR)$(PYTHON_EXECDIR) \
--install-scripts=$(DESTDIR)$(bindir) \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment