mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-24 23:12:41 +01:00
15 lines
605 B
Diff
15 lines
605 B
Diff
Patch-Source: https://github.com/OpenPrinting/system-config-printer/pull/361#discussion_r1591025825
|
|
Edited for realignment.
|
|
---
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -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=$(prefix)
|
|
|
|
# Uninstall the module, crossing our fingers that we know enough
|
|
# about how distutils works to do this. Unfortunately, distutils
|