mirror of
https://github.com/waydroid/waydroid.git
synced 2026-06-12 18:35:06 -04:00
8 lines
119 B
Makefile
Executable File
8 lines
119 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with=python3
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --name=waydroid-container
|