X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=buildtgz;h=94eee46443e20904f0b3bdb45937de79575ec4bb;hb=2be2adbb8eca2c931adeeb99f25f32c333b901cb;hp=37c734f87564ffbaba04f6a0ca6f0f1afc469947;hpb=e81e7f7e79710233c0aeac9f8039bf6548cf8013;p=friendica-addons.git diff --git a/buildtgz b/buildtgz index 37c734f8..94eee464 100755 --- a/buildtgz +++ b/buildtgz @@ -12,13 +12,13 @@ for a in $SUBDIRS; do if [[ ! -f $TGZ ]]; then echo "Building: " $TGZ # git log $a > $a/$a.log - tar zcvf $TGZ $a + tar zcvf $TGZ --exclude=.[a-z]* $a else TOUCHED=`find $a -cnewer $TGZ` if [[ -n $TOUCHED ]]; then echo "Building: " $TGZ # git log $a > $a/$a.log - tar zcvf $TGZ $a + tar zcvf $TGZ --exclude=.[a-z]* $a fi fi done