Buster compat
This commit is contained in:
9
debian/rules
vendored
9
debian/rules
vendored
@@ -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/ \
|
||||
|
||||
Reference in New Issue
Block a user