[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaRocks 3.0.4 on FreeBSD - unzip not found
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 8 Nov 2018 14:44:10 +0200
Op Do., 8 Nov. 2018 om 14:38 het Petr Štetiar <ynezz@true.cz> geskryf:
>
> Russell Haley <russ.haley@gmail.com> [2018-11-07 22:33:50]:
>
> Hi,
>
> > I tried with and without modifications to the config-5.3.lua file. My
> > output is here: https://pastebin.com/Q43REgCX
>
> It seems like that FreeBSD version is shipping with custom unzip[1]
> implementation, which doesn't have `-h` commandline option, option which is
> being used by LuaRocks to find out if the unzip utility is installed.
Maybe LuaRocks could use `unzip -v` instead of `unzip -h` for this purpose.