]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: avoid copying over build dir and debs on test-deb target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 12:55:31 +0000 (14:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 13:08:03 +0000 (15:08 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index ab0c8607132cc5e9834f525990ffab0fb948a12c..19fbf7926882db6e9807bd81c442f7db933ad0cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ $(DEB): $(BUILDDIR)
        lintian $(DEB)
 
 test-$(DEB): $(INSTALLER_SOURCES)
-       rsync --exclude='test*.img' -a * build
+       rsync --exclude='test*.img' --exclude='*.deb' --exclude='build' -a * build
        cd build; dpkg-buildpackage -b -us -uc -nc
        mv $(DEB) test-$(DEB)