Author: rco
Date: 2010-05-26 12:12:48 +0200 (Wed, 26 May 2010)
New Revision: 1932
Modified:
trunk/Makefile
Log:
Changes the name of the directory within tar archives to include the full
release version (including SVN version)
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2010-05-26 09:16:58 UTC (rev 1931)
+++ trunk/Makefile 2010-05-26 10:12:48 UTC (rev 1932)
@@ -69,10 +69,10 @@
(mkdir -p tmp/_tar1; mkdir -p tmp/_tar2 ; \
cd tmp/_tar1; $(TAR) -xf - ) && \
mv tmp/_tar1/$(notdir $(CURDIR)) \
- tmp/_tar2/"$(NAME)-$(REL_VERSION)" && \
+ tmp/_tar2/"$(NAME)-$(RELEASE)" && \
(cd tmp/_tar2 && $(TAR) \
-zcf
../../"$(NAME)-$(RELEASE)".tar.gz \
- "$(NAME)-$(REL_VERSION)"
) ; \
+ "$(NAME)-$(RELEASE)" ) ;
\
rm -rf tmp
.PHONY: doc
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev