Fix debhelper auto select cmake
Signed-off-by: Shengjing Zhu <zsj950618@gmail.com>
This commit is contained in:
parent
8bf0bcdfb1
commit
cdd3a38fe8
1 changed files with 2 additions and 0 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -11,6 +11,8 @@ VERSION=$(shell dpkg-parsechangelog -SVersion)
|
|||
%:
|
||||
dh $@ --parallel --fail-missing --with systemd
|
||||
|
||||
override_dh_auto_configure:
|
||||
|
||||
override_dh_auto_build:
|
||||
cat data/anbox.service.in | sed s:@SNAP_MOUNT_DIR@:/snap/bin:g > data/anbox.service
|
||||
cat data/anbox.conf.in | sed s:@SNAP_MOUNT_DIR@:/snap/bin:g > data/anbox.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue