Buster compat

This commit is contained in:
geos_one
2025-08-13 00:07:01 +02:00
parent 6b1464dede
commit 3f868be5f3
3 changed files with 19 additions and 12 deletions

9
debian/rules vendored
View File

@@ -20,7 +20,14 @@ DESTDIR=$(CURDIR)/debian/tmp
export PYTHON=python3
export am_cv_python_pythondir=/usr/lib/python3/dist-packages
export am_cv_python_pyexecdir=/usr/lib/python3/dist-packages
export systemdsystemunitdir=$(shell pkgconf --variable=systemdsystemunitdir systemd | sed s,^/,,)
#export systemdsystemunitdir=$(shell pkgconf --variable=systemdsystemunitdir systemd | sed s,^/,,)
systemdsystemunitdir := $(shell pkgconf --variable=systemdsystemunitdir systemd 2>/dev/null | sed 's,^/,,')
ifeq ($(systemdsystemunitdir),)
systemdsystemunitdir := lib/systemd/system
endif
export systemdsystemunitdir
confflags = \
--libexecdir=/usr/lib/ \