We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a47d70 + 823a13f commit 94ed601Copy full SHA for 94ed601
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