← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 376: remove old "sed" substitutions in install_jos2 #92

 

------------------------------------------------------------
revno: 376
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-10-07 00:37:40 +0100
message:
  remove old "sed" substitutions in install_jos2 #92
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 23:08:31 +0000
+++ Makefile	2012-10-06 23:37:40 +0000
@@ -394,9 +394,7 @@
 	chmod +x $(WEB_CGI_INSTALL_PATH)alfanous_json2.py
 	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"	
-   
+ 
 	a2dissite alfanous
 	a2ensite alfanous
 	service apache2 reload