fix ava, packaging on non-debian systems
This commit is contained in:
parent
a35225c050
commit
63e278d697
4 changed files with 8 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -12,11 +12,11 @@ base:
|
|||
ninja -C build install
|
||||
|
||||
tar: base
|
||||
tar -C $(BDIR) -cvzf dist/$(NAME).tar.gz --xform s:'./':: ./
|
||||
tar -C $(BDIR) -cvzf dist/$(NAME).tar.gz ./
|
||||
|
||||
deb: base
|
||||
cp -r DEBIAN/ $(BDIR)
|
||||
dpkg-deb -b $(BDIR) dist/$(NAME).deb
|
||||
@dpkg-deb -b $(BDIR) dist/$(NAME).deb
|
||||
|
||||
clean:
|
||||
rm -rf build $(BDIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue