On Fri, May 27, 2011 at 10:46 PM, Christophe Lincoln
<pankso@xxxxxxxxxx> wrote:
Hi Godane,
> I found a bug with cd to $WOK/source/$PACKAGE-$VERSION when TARBALL
> is a file.
> So here is some code that i think will fix it.
>
> [ "$files" == 1 ] && [ -d "$(ls)" ] && mv * ../$PACKAGE-$VERSION
> [ "$files" == 1 ] && [ -f "$(ls)" ] && mkdir -p ../$PACKAGE-$VERSION
> && \ mv * ../$PACKAGE-$VERSION/$TARBALL
This is well done, commited:
http://hg.slitaz.org/cookutils/rev/e35efad312d1
> This should fix passenger and help fix winetricks when we fix wget
> the error message.
>
> I hope this helps.
Yes it helps, thanks!
Will see tomorow for passenger and others, now I guess I should sleep a
bit after ~20 non stop compiling.