We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d41ee5 commit 823a13fCopy full SHA for 823a13f
1 file changed
Makefile.am
@@ -63,7 +63,7 @@ all-local: .stamp-distutils-in-builddir config.py cupshelpers/config.py
63
64
# Use distutils to install the module.
65
install-exec-local: .stamp-distutils-in-builddir
66
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(DESTDIR)$(prefix)
67
68
# Uninstall the module, crossing our fingers that we know enough
69
# about how distutils works to do this. Unfortunately, distutils
0 commit comments