bkruse: branch asterisknow r2268 - /branches/asterisknow/Makefile
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Feb 5 16:59:40 CST 2008
Author: bkruse
Date: Tue Feb 5 16:59:40 2008
New Revision: 2268
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2268
Log:
We do not want to install the redirector
index.html to the config/ directory, as it
redirects to config/cfgbasic.html which would
end up redirecting you to config/config/cfgbasic.html
Modified:
branches/asterisknow/Makefile
Modified: branches/asterisknow/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/Makefile?view=diff&rev=2268&r1=2267&r2=2268
==============================================================================
--- branches/asterisknow/Makefile (original)
+++ branches/asterisknow/Makefile Tue Feb 5 16:59:40 2008
@@ -241,6 +241,9 @@
$(INSTALL) -m 644 $$x $(CONFIGDIR)/stylesheets/ ; \
done
@for x in config/*.html; do \
+ if [ "$$x" == "config/index.html" ]; then \
+ continue ; \
+ fi ; \
echo "$$x --> $(CONFIGDIR)" ; \
$(INSTALL) -m 644 $$x $(CONFIGDIR)/ ; \
done
More information about the asterisk-gui-commits
mailing list