bkruse: branch 2.0 r3685 - in /branches/2.0: Makefile build_tools/make_version
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Aug 19 13:51:35 CDT 2008
Author: bkruse
Date: Tue Aug 19 13:51:35 2008
New Revision: 3685
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3685
Log:
Set the right GUI version during the 'make install' process.
Modified:
branches/2.0/Makefile
branches/2.0/build_tools/make_version
Modified: branches/2.0/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/Makefile?view=diff&rev=3685&r1=3684&r2=3685
==============================================================================
--- branches/2.0/Makefile (original)
+++ branches/2.0/Makefile Tue Aug 19 13:51:35 2008
@@ -203,6 +203,7 @@
mkdir -p $(CONFIGDIR)/stylesheets
mkdir -p $(ASTVARLIBDIR)/scripts
mkdir -p $(ASTVARLIBDIR)/gui_backups
+ @build_tools/make_version > $(CONFIGDIR)/js/guiversion.js
@for x in config/images/*; do \
echo "$$x --> $(CONFIGDIR)/images/" ; \
$(INSTALL) -m 644 $$x $(CONFIGDIR)/images/ ; \
Modified: branches/2.0/build_tools/make_version
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/build_tools/make_version?view=diff&rev=3685&r1=3684&r2=3685
==============================================================================
--- branches/2.0/build_tools/make_version (original)
+++ branches/2.0/build_tools/make_version Tue Aug 19 13:51:35 2008
@@ -10,7 +10,7 @@
if [ "${PARTS}" = "trunk" ]
then
- echo "gui_version = 'SVN-trunk-r${REV}';"
+ echo "gui_version = 'SVN-branches-2.0-r${REV}';"
exit 0
fi
More information about the asterisk-gui-commits
mailing list