]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: make package also depend on ProxmoxInstallerSetup module
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 12:39:49 +0000 (14:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 12:39:49 +0000 (14:39 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 3c52f01f8a9eee3f6167972df923fc1f70fa5dbc..be2cfe31695315ce2b1e85bb268293672e4ce8ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ country.dat: country.pl
        ./country.pl > country.dat
 
 deb: ${DEB}
-${DEB}: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES}
+${DEB}: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES} ProxmoxInstallerSetup.pm
        rsync --exclude='test*.img' -a * build
        cd build; dpkg-buildpackage -b -us -uc
        lintian ${DEB}