Skip to content

Commit 3453295

Browse files
committed
Problem: Debian build fails on Ubuntu 24.04/Debian 13
Solution: fix the unit dir so that it is compatible with the generated install scripts, which pick it from fixed legacy paths
1 parent 0ee703f commit 3453295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zproject_debian.gsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ override_dh_auto_configure:
301301
dh_auto_configure -- \\
302302
.if systemd ?= 1
303303
--with-systemd-units \\
304+
--with-systemdsystemunitdir=/lib/systemd/system \\
304305
.endif
305306
.for project.use where use.optional
306307
--with-$(use.libname)=yes \\

0 commit comments

Comments
 (0)