Merge pull request #332 from zhsj/rm-makefile
Cleanup unexpected Makefile
This commit is contained in:
commit
c876405379
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -1 +0,0 @@
|
|||
all:
|
||||
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