diff options
Diffstat (limited to 'dev-lua/lua-stdlib/lua-stdlib-9999.ebuild')
-rw-r--r-- | dev-lua/lua-stdlib/lua-stdlib-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lua/lua-stdlib/lua-stdlib-9999.ebuild b/dev-lua/lua-stdlib/lua-stdlib-9999.ebuild index 0cfe7b0..d3c80ad 100644 --- a/dev-lua/lua-stdlib/lua-stdlib-9999.ebuild +++ b/dev-lua/lua-stdlib/lua-stdlib-9999.ebuild @@ -20,10 +20,10 @@ DOCS=(README.md NEWS.md STYLE.md) all_lua_prepare() { lua_default - mkdir -p html - sed \ - -e '/^dir/s@"."@"../html"@' \ - -i doc/config.ld.in + mkdir -p html + sed \ + -e '/^dir/s@"."@"../html"@' \ + -i doc/config.ld.in } each_lua_compile() { :; } |