Skip to content

Commit 823a13f

Browse files
authored
Set installation root dir from setup.py
1 parent 0d41ee5 commit 823a13f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ all-local: .stamp-distutils-in-builddir config.py cupshelpers/config.py
6363

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

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

0 commit comments

Comments
 (0)