Skip to content

Commit

Permalink
Tell setuptools to install separate files instead of archives
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjurfeldt committed Apr 3, 2023
1 parent 6982ed6 commit e5d98ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymusic/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit e5d98ce

Please sign in to comment.