[Groonga-commit] droonga/droonga-engine at 5753632 [master] Remove installation of unneccessary script functions.sh

Back to archive index

KITAITI Makoto null+****@clear*****
Sat Jan 23 18:48:55 JST 2016


KITAITI Makoto	2016-01-23 18:48:55 +0900 (Sat, 23 Jan 2016)

  New Revision: 5753632751a397fddfad8c1ade58af5cc2afedaf
  https://github.com/droonga/droonga-engine/commit/5753632751a397fddfad8c1ade58af5cc2afedaf

  Merged 0c1e198: Merge pull request #39 from KitaitiMakoto/systemd

  Message:
    Remove installation of unneccessary script functions.sh

  Modified files:
    install.sh

  Modified: install.sh (+0 -5)
===================================================================
--- install.sh    2016-01-23 18:48:07 +0900 (e7e141a)
+++ install.sh    2016-01-23 18:48:55 +0900 (f69d978)
@@ -354,11 +354,6 @@ install() {
     exit 1
   fi
 
-  curl -s -o $TEMPDIR/functions.sh $(download_url "install/$PLATFORM/functions.sh")
-  if ! source $TEMPDIR/functions.sh; then
-    echo "ERROR: Failed to download post-installation script!"
-    exit 1
-  fi
   if ! exist_command register_service; then
     echo "ERROR: Downloaded post-installation script is broken!"
     exit 1
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index