Merge pull request #939 from DomT4/guile

keg: make guile's site-dir persistent
This commit is contained in:
Dominyk Tiller
2016-09-12 15:10:36 +01:00
committed by GitHub
+1
View File
@@ -326,6 +326,7 @@ class Keg
when /^fish/ then :mkpath
# Lua, Lua51, Lua53 all need the same handling.
when /^lua\// then :mkpath
when %r{^guile/} then :mkpath
else :link
end
end