Commit Graph

1 Commits

Author SHA1 Message Date
Reno Dakota
3348c12496 lirc: fix build on ubuntu
autoconf looks in /proc/version for `Ubuntu` and on match overrides the
`--with-systemdsystemunitdir` value set in `configureFlags` causing the
build to fail.

> mkdir -p '/lib/systemd/system'
> mkdir: cannot create directory '/lib': Permission denied

patch `configure.ac` to prevent the override when building on ubuntu
2024-12-16 08:50:58 +01:00