]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
improve error message
[pve-common.git] / Makefile
index 9f259112a9dfe892ce850888164ae6b78b09b833..ff3ae9f240772a670b2d9d26d3356f45c46a4d67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ dinstall: deb
 .PHONY: deb
 deb ${DEB}: 
        rm -rf build
-       rsync -a data/ build
+       rsync -a src/ build
        rsync -a debian/ build/debian
        echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc