On Mon, Mar 20, 2017 at 11:01 PM, Bastien ROUCARIES
<[email protected]> wrote:
> Add also this patch
>
> On Mon, Mar 20, 2017 at 5:02 PM, Bastien ROUCARIES
> <[email protected]> wrote:
>> On Mon, Mar 20, 2017 at 4:32 PM, Bastien ROUCARIES
>> <[email protected]> wrote:
>>> control: tags -1 + patch
>>>
>>> Hi,
>>>
>>> Found joinded patch to honor DPKG_ROOT. Tested using test suite
>>
>> Improve portability by not using find -printf
even more portable (cd "$DPKG_ROOT"; find "./$PATHNAME" -print0) |
xargs -0 -n1 sh -c ' file="$1"; printf "%s\0" "${file#./}"'
findhelper