[前][次][番号順一覧][スレッド一覧]

ruby-changes:63012

From: Hiroshi <ko1@a...>
Date: Fri, 18 Sep 2020 18:48:10 +0900 (JST)
Subject: [ruby-changes:63012] 3d86f7a37c (master): The executable file of erb is under the libexec on ruby/erb repo

https://git.ruby-lang.org/ruby.git/commit/?id=3d86f7a37c

From 3d86f7a37c595375c125efabb812c02c35d9af7d Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 18 Sep 2020 18:44:46 +0900
Subject: The executable file of erb is under the libexec on ruby/erb repo


diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 29db8f7..8663282 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -281,7 +281,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L281
     cp_r("#{upstream}/lib/erb.rb", "lib")
     cp_r("#{upstream}/test/erb", "test")
     cp_r("#{upstream}/erb.gemspec", "lib")
-    cp_r("#{upstream}/exe/erb", "libexec")
+    cp_r("#{upstream}/libexec/erb", "libexec")
   when "nkf"
     rm_rf(%w[ext/nkf test/nkf])
     cp_r("#{upstream}/ext/nkf", "ext")
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]