Skip to content

Commit 94ed601

Browse files
authored
Merge pull request #361 from rffontenelle/patch-1
Set installation root dir from setup.py
2 parents 8a47d70 + 823a13f commit 94ed601

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)