hidden plugins

pull/54/head
friendica 2012-04-30 23:06:54 -07:00
parent 267c64d41b
commit 19bd973d40
5 changed files with 2 additions and 2 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.