diff options
author | 2017-05-10 20:07:59 +0700 | |
---|---|---|
committer | 2017-05-10 20:07:59 +0700 | |
commit | d267f2e4864c254a4389d19bb7480e3eed66548b (patch) | |
tree | 2eadf2f7e4bac2dd79e1d0da852131ca5d55433c /dev-lua/resty-string | |
parent | luarocks: fix (diff) | |
download | lua-d267f2e4864c254a4389d19bb7480e3eed66548b.tar.gz lua-d267f2e4864c254a4389d19bb7480e3eed66548b.tar.bz2 lua-d267f2e4864c254a4389d19bb7480e3eed66548b.zip |
resty-string: fix
Diffstat (limited to 'dev-lua/resty-string')
-rw-r--r-- | dev-lua/resty-string/resty-string-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/resty-string/resty-string-9999.ebuild b/dev-lua/resty-string/resty-string-9999.ebuild index 9af9188..768762b 100644 --- a/dev-lua/resty-string/resty-string-9999.ebuild +++ b/dev-lua/resty-string/resty-string-9999.ebuild @@ -31,7 +31,7 @@ DOCS=(README.markdown) all_lua_prepare() { use naive-random || rm lib/resty/random.lua - default + lua_default } each_lua_install() { |