[pacman-dev] paccache: needsroot faulty set to 1

Maxim Andersson thesilentboatman at gmail.com
Wed Aug 27 04:54:59 EDT 2014


>> >
>> >
>> > Fix:
>> >
>> > -       [[ ${movedir:0:1} != '/' ]] && movedir=$PWD/$movedir
>> > +       [[ $movedir && ${movedir:0:1} != '/' ]] && movedir=$PWD/$movedir
>> >
>> >
>> > I'll send in a patch.
>>
>> Well, okay, but it seems we had this check, and your latest patch removes it,
>> no?
>>
>
> Nevermind, misread -- I see why this fails.
>

Do you want me to incorporate this into the updated version of my
other patch, of should I just leave it as a separate patch?

>> >
>> > //Maxim
>> >
>>
>


More information about the pacman-dev mailing list