]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
pvecm add: report all errors found at once
[pve-cluster.git] / Makefile
index e5d61deb41755232c866fb6422ac330adcc7e68d..5adb5b30f805747daef0d06f028eebb7e6bd568d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ ${DEB}:
        rm -rf build
        cp -a data build
        cp -a debian build/debian
-       sed -e "s|@PERLAPI@|perlapi-$(PERL_APIVER)|g" debian/control.in > debian/control
+       sed -e "s|@PERLAPI@|perlapi-$(PERL_APIVER)|g" debian/control.in > build/debian/control
        echo "git clone git://git.proxmox.com/git/pve-cluster.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
        cd build; ./autogen.sh
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc