Skip to content

Commit

Permalink
Set installation root dir from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored May 3, 2024
1 parent 0d41ee5 commit 823a13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ all-local: .stamp-distutils-in-builddir config.py cupshelpers/config.py

# Use distutils to install the module.
install-exec-local: .stamp-distutils-in-builddir
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(DESTDIR)$(prefix)

# Uninstall the module, crossing our fingers that we know enough
# about how distutils works to do this. Unfortunately, distutils
Expand Down

0 comments on commit 823a13f

Please sign in to comment.