X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=blobdiff_plain;f=Makefile;h=58235a5550ed78a3ca42c6b1232a1354fa64db5e;hp=b2f4a0d3a4526ef9f9c07204236f030baa0239ad;hb=645091f551cd878967e3a372cf60da9e07418830;hpb=fdacc913b8e0eb5e53bcf59253452966f5d8baf1 diff --git a/Makefile b/Makefile index b2f4a0d3a4..58235a5550 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' | 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)