From: Michael Wagner Date: Thu, 5 Sep 2019 09:44:42 +0000 (+0200) Subject: posaune X-Git-Tag: mbuild_0.4-2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=refs%2Ftags%2Fmbuild_0.4-2;p=projects.git posaune --- diff --git a/tools/make/rules b/tools/make/rules index 01d2017..d8d47fe 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -52,7 +52,8 @@ version: ~/build/$(TARGET) mkdir ../build sync: - bash -c 'for dirs in $$(ls); do rsync -av $$dirs ../build; done' + #bash -c 'for dirs in $$(ls); do rsync -av $$dirs ../build; done' + rsync -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude=".*" ./ ../build/ copy: debian/$(paket).cp debian/$(paket).cp debian/tmp