]> git.proxmox.com Git - pve-network.git/commit - PVE/Makefile
build: fix erroneous install with empty DESTDIR
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 1 Jul 2020 08:21:50 +0000 (10:21 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 1 Jul 2020 08:31:43 +0000 (10:31 +0200)
commit8dbcb0ddddc0ca9e649c4d88fba7570b27108121
tree96d8839c115ac47e2e02748e5d59b7de51c700c9
parentc559eac1c3b839cfe99b7ec680481e7cb53da445
build: fix erroneous install with empty DESTDIR

dh calls make in the dh_auto_build step without setting DESTDIR, so the
missing empty default target meant that we'd install all the files to
the build system during dh_auto_build, and then install them again to
the tmp build dir during dh_auto_install. obviously the former is not
something we want to do ;)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/Makefile