[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 4953d7cc53248c756fd729a2c3231ecee2260622

Roland Mas lolando at fusionforge.org
Fri Jun 28 11:00:31 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_2 has been updated
       via  4953d7cc53248c756fd729a2c3231ecee2260622 (commit)
      from  c974f0f5acb3e3cf04a7abf39740a0c2a5d8a13d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4953d7cc53248c756fd729a2c3231ecee2260622
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jun 28 11:00:24 2013 +0200

    Syntax fix

diff --git a/Makefile b/Makefile
index 5d7a27f..28fa3ca 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ checkdebtools:
 
 buildtar: $(BUILDRESULT)
 	rm -fr /tmp/$(VERSION)
-	cd src; find . -type f -or -type l | grep -v '/.svn/' | grep -v '^./debian' | grep -v '^./deb-specific' | grep -v '^./rpm-specific' | grep -v '^./contrib' | grep -v '^./fusionforge.spec' | grep -v '~$' | cpio -pdumB --quiet /tmp/$(VERSION)
+	cd src; find . -type f -or -type l | grep -v '/.svn/' | grep -v '^./debian' | grep -v '^./deb-specific' | grep -v '^./rpm-specific' | grep -v '^./contrib' | grep -v '^./fusionforge.spec' | grep -v '~$$' | cpio -pdumB --quiet /tmp/$(VERSION)
 	cd /tmp/$(VERSION); utils/manage-translations.sh build
 	cd /tmp/; tar jcf $(BUILDRESULT)/$(VERSION).tar.bz2 $(VERSION)
 	rm -fr /tmp/$(VERSION)

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list