X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=feb0d19f829243832a7f26eff9c456a5c5174a4f;hp=fb97e99e154831c8b43869f083320f338690ae9f;hb=b2b9ba38e31e2f066942ed2b92599cb938d4c4aa;hpb=e143e9d86b489c57166b5c192bf41dcc3452471e;ds=sidebyside diff --git a/Makefile b/Makefile index fb97e99..feb0d19 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ dinstall: deb .PHONY: deb deb ${DEB}: rm -rf build - rsync -a --exclude .svn data/ build - rsync -a --exclude .svn debian/ build/debian + rsync -a data/ build + rsync -a debian/ build/debian cd build; dpkg-buildpackage -rfakeroot -b -us -uc lintian ${DEB}