[Groonga-commit] groonga/heroku-buildpack-groonga at eda0c44 [master] Remove needless removing

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Nov 3 16:42:23 JST 2016


Kouhei Sutou	2016-11-03 16:42:23 +0900 (Thu, 03 Nov 2016)

  New Revision: eda0c44056a34bfbc78fb98b2568dd92bb348dd4
  https://github.com/groonga/heroku-buildpack-groonga/commit/eda0c44056a34bfbc78fb98b2568dd92bb348dd4

  Message:
    Remove needless removing
    
    It's removed since Groonga 6.1.0.
    
    GitHub: fix groonga/groonga#609
    
    Reported by Ryota Sasabe. Thanks!!!

  Modified files:
    bin/compile

  Modified: bin/compile (+0 -1)
===================================================================
--- bin/compile    2016-02-25 19:44:47 +0900 (53206e6)
+++ bin/compile    2016-11-03 16:42:23 +0900 (8c95f9c)
@@ -56,7 +56,6 @@ end
 def remove_needless_files(prefix)
   rm(Dir.glob("#{prefix}/lib/**/*.a"))
   rm_r("#{prefix}/share/groonga/examples")
-  rm_r("#{prefix}/share/groonga/images")
 end
 
 def link_executales(prefix)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る