← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 374: fix missing separator in Makefile

 

------------------------------------------------------------
revno: 374
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-10-07 00:08:31 +0100
message:
  fix missing separator in Makefile
modified:
  Makefile


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'Makefile'
--- Makefile	2012-10-06 22:38:55 +0000
+++ Makefile	2012-10-06 23:08:31 +0000
@@ -392,7 +392,7 @@
 	#cd ./interfaces/web/ ;  cp  htaccess $(WEB_INSTALL_PATH)".htaccess"
 	cd ./interfaces/web/ ;  vi alfanous ; cp alfanous /etc/apache2/sites-available/ #configure well this file 
 	chmod +x $(WEB_CGI_INSTALL_PATH)alfanous_json2.py
- 	chmod -R 777 $(WEB_CGI_INSTALL_PATH).alfanous/
+	chmod -R 777 $(WEB_CGI_INSTALL_PATH).alfanous/
 	sed -i 's/\"cgitb.enable\(\)\"/cgitb.enable\(\)/g' "$(WEB_CGI_INSTALL_PATH)alfanous_json2.py"
 	sed -i 's/\.\/indexes/\/usr\/share\/alfanous\-indexes/g' "$(WEB_CGI_INSTALL_PATH)alfanous_json2.py"	
 	sed -i 's/\.\/configs/\/usr\/share\/alfanous\-config/g' "$(WEB_CGI_INSTALL_PATH)alfanous_json2.py"