Fix debhelper auto select cmake

Signed-off-by: Shengjing Zhu <zsj950618@gmail.com>
This commit is contained in:
Shengjing Zhu 2017-06-27 10:55:26 +08:00
commit cdd3a38fe8

2
debian/rules vendored
View file

@ -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