Skip to content

Commit 6761e42

Browse files
committed
Makefile.am: Use the command from Fedora
1 parent 94ed601 commit 6761e42

2 files changed

Lines changed: 3 additions & 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 --root=$(DESTDIR) --prefix=$(DESTDIR)$(prefix)
66+
$(PYTHON) setup.py install --root $(DESTDIR) --prefix=$(prefix)
6767

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

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
--------------
33
- Fix `debugprint()` call in options.py (Issue #291)
44
- Fix exit value if the device is already handled
5+
- Fix building with Python 3.12 (Issue #357, #355)
6+
- Many translation updates
57

68
1.5.18 changes
79
--------------

0 commit comments

Comments
 (0)