]> git.proxmox.com Git - pve-network.git/commitdiff
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)
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

index 1fb961dbc7fcbb3feafc5dcd66e98f06f8b55cb8..26e01a4a87aee207ea42fffbb5c0c6571e21e67a 100644 (file)
@@ -1,3 +1,5 @@
+all:
+
 .PHONY: install
 install:
        make -C Network install