]> git.mxchange.org Git - friendica-addons.git/blobdiff - buildtgz
Libertree: The source is set to the site name
[friendica-addons.git] / buildtgz
index 37c734f87564ffbaba04f6a0ca6f0f1afc469947..94eee46443e20904f0b3bdb45937de79575ec4bb 100755 (executable)
--- 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