]> git.proxmox.com Git - pve-spice-protocol.git/commit
fix Makefile
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 26 Sep 2018 13:09:30 +0000 (15:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Sep 2018 11:13:21 +0000 (13:13 +0200)
commit84efb527a7389f39971f145efbf865e5fe41e962
tree1b9da7e739f5858ef88178b1cdbadf809f3d04e3
parentfdd3e10e0d8d18ee05225cb1b0f0d97016cd088b
fix Makefile

the "all" lead to never satisfying the ${DEB} dependency
since it could not find pacakge_"all".deb

dinstall was defined two times

buildinfo was missing in the clean target

Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile