fixed typo
[fai-configs.git] / scripts / GMG / 15_install_gmg.sh
index fc60f118e917670143a41ddef059d500347d2c51..d5056b2bce17e711abd328cc425de135fc93590c 100755 (executable)
@@ -1,17 +1,5 @@
 #!/bin/bash
 
-
-cd $target/$GMG_PATH
-if [ ! -d mediagoblin ]; then
-
-    $ROOTCMD git clone git://git.savannah.gnu.org/mediagoblin.git -b stable
-    $ROOTCMD cd mediagoblin
-    $ROOTCMD git submodule init && $ROOTCMD git submodule update
-
-
-    $ROOTCMD ./bootstrap.sh && $ROOTCMD ./configure && $ROOTCMD make
-    $ROOTCMD mkdir user_dev && $ROOTCMD chmod 750 user_dev
-    $ROOTCMD ./bin/easy_install flup
-
-fi
-
+fcopy -Bv /etc/init.d/install-mediagoblin
+$ROOTCMD update-rc.d install-mediagoblin defaults
+sed 's^GMG_PATH_TOKEN^'$GMG_PATH'^g' -i $target/etc/init.d/install-mediagoblin