pari: branch 2.0 r3650 - /branches/2.0/Makefile
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Aug 11 12:26:31 CDT 2008
Author: pari
Date: Mon Aug 11 12:26:31 2008
New Revision: 3650
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3650
Log:
fixing invalid install path as pointed by Tony Mountifield on the gui mailing list
Modified:
branches/2.0/Makefile
Modified: branches/2.0/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/Makefile?view=diff&rev=3650&r1=3649&r2=3650
==============================================================================
--- branches/2.0/Makefile (original)
+++ branches/2.0/Makefile Mon Aug 11 12:26:31 2008
@@ -204,7 +204,7 @@
mkdir -p $(CONFIGDIR)/js
mkdir -p $(CONFIGDIR)/private/bkps
mkdir -p $(CONFIGDIR)/stylesheets
- mkdir -p $(ASTVARLIBDIR)/gui/scripts
+ mkdir -p $(ASTVARLIBDIR)/scripts
mkdir -p $(ASTVARLIBDIR)/gui_backups
@for x in config/images/*; do \
echo "$$x --> $(CONFIGDIR)/images/" ; \
@@ -230,8 +230,8 @@
$(INSTALL) -m 644 $$x $(HTTPDIR)/index.html ; \
done
@for x in scripts/*; do \
- echo "$$x --> $(ASTVARLIBDIR)/gui/scripts/" ; \
- $(INSTALL) -m 755 $$x $(ASTVARLIBDIR)/gui/scripts/ ; \
+ echo "$$x --> $(ASTVARLIBDIR)/scripts/" ; \
+ $(INSTALL) -m 755 $$x $(ASTVARLIBDIR)/scripts/ ; \
done
@if [ -x /usr/sbin/asterisk-gui-post-install ]; then \
/usr/sbin/asterisk-gui-post-install $(DESTDIR) . ; \
More information about the asterisk-gui-commits
mailing list