Skip to content
Snippets Groups Projects
Commit 553ef05a authored by Dominyk Tiller's avatar Dominyk Tiller Committed by GitHub
Browse files

Merge pull request #939 from DomT4/guile

keg: make guile's site-dir persistent
parents 877907bb 2aa32ea1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment