]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
do not build source package
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Mar 2012 08:49:26 +0000 (09:49 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Mar 2012 08:49:26 +0000 (09:49 +0100)
Makefile

index e609747f2fb3f10ba2bc82e59b0c842c9f5dcf99..487c5904ec65af673fa651ce438d71cdbbfbf016 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ ${KVM_DEB} kvm: ${KVMSRC}
        rm -rf ${KVMDIR}
        tar xf ${KVMSRC} 
        cp -a debian ${KVMDIR}/debian
-       cd ${KVMDIR}; dpkg-buildpackage -rfakeroot -us -uc
+       cd ${KVMDIR}; dpkg-buildpackage -b -rfakeroot -us -uc
        lintian ${KVM_DEB} || true
 
 .PHONY: upload