]> git.proxmox.com Git - pve-cluster.git/commit
buildsys: write control file into build directory
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Feb 2017 10:24:55 +0000 (11:24 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Feb 2017 10:35:07 +0000 (11:35 +0100)
commit14b8afbb0ca478044a595e705d3270bf6461a792
treeac7b2afb0b6ae2f14326c06bc0f346aa466460f0
parent0a174b26ac6d012912c505849292075dfb243ef7
buildsys: write control file into build directory

Else the first make {deb,dinstall} from a clean repo fails as we
generated the debian control file to the source debian/ folder.
Just write it directly to the build/debian directory, so we do not
clutter the source directory and build always with the up to date
control file.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile