Files
waydroid/debian/rules
Alessandro Astone de52643d5b debian: Use /lib/systemd/system for units
While the default /usr/lib/systemd/system is acceptable, the service
was not getting automatically started on install.
2022-08-19 19:09:26 +02:00

8 lines
121 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@ --with=python3
override_dh_auto_install:
dh_auto_install -- SYSD_DIR=/lib/systemd/system