parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Parallel 20220622 ('Bongbong') released


From: Jan Engelhardt
Subject: Re: GNU Parallel 20220622 ('Bongbong') released
Date: Thu, 23 Jun 2022 14:30:44 +0200 (CEST)
User-agent: Alpine 2.25 (LSU 592 2021-09-18)

On Thursday 2022-06-23 13:19, Ole Tange wrote:
>> [    5s] make[3]: Entering directory 
>> '/home/abuild/rpmbuild/BUILD/parallel-20220622'
>> [    5s] mkdir -p /usr/share/bash-completion/completions
>> [    5s] mkdir -p /usr/share/zsh/site-functions
>> [    5s] mkdir: cannot create directory '/usr/share/zsh': Permission denied
>>
>> I'd fix it myself, but the git tree is out of date with regard to the 
>> released
>> tarball.
>
>What is causing it to disregard this in Makefile.am?
>
>zshcompletiondir=${datarootdir}/zsh/site-functions
>zshcompletion=${zshcompletiondir}/_parallel
>install-data-hook:
>       mkdir -p ${datarootdir}/bash-completion/completions
>       mkdir -p ${zshcompletiondir}

Well what you need is mkdir -p ${DESTDIR}${datarootdir}/...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]