Mailing List Archive

Re: [gentoo-commits] gentoo-x86 commit in net-proxy/squidguard: ChangeLog squidguard-1.2.1-r2.ebuild squidguard-1.2.1-r1.ebuild
"Alin Nastac (mrness)" <mrness@gentoo.org>:

> Added: squidguard-1.2.1-r2.ebuild
> Removed: squidguard-1.2.1-r1.ebuild
> Log:
> Fix regular expresion matching (#193712).
[...]
> unpack ${A} || die "unpack problem"

unpack will die on its own.

> make prefix="/usr" INSTDIR="${D}" install || die "make
> install has failed"

emake not possible?

V-Li

--
Christian Faulhammer, Gentoo Lisp project
<URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode

<URL:http://www.faulhammer.org/>
Re: Re: [gentoo-commits] gentoo-x86 commit in net-proxy/squidguard: ChangeLog squidguard-1.2.1-r2.ebuild squidguard-1.2.1-r1.ebuild [ In reply to ]
Christian Faulhammer wrote:
> "Alin Nastac (mrness)" <mrness@gentoo.org>:
>
>
>> Added: squidguard-1.2.1-r2.ebuild
>> Removed: squidguard-1.2.1-r1.ebuild
>> Log:
>> Fix regular expresion matching (#193712).
>>
> [...]
>
>> unpack ${A} || die "unpack problem"
>>
>
> unpack will die on its own.
>
>
>> make prefix="/usr" INSTDIR="${D}" install || die "make
>> install has failed"
>>
>
> emake not possible?
>
>
Both suggestions have been applied. Thanks!