libwww-perl: fix for rootfile

Message ID 20200501104546.17338-1-matthias.fischer@ipfire.org
State Dropped
Headers
Series libwww-perl: fix for rootfile |

Commit Message

Matthias Fischer May 1, 2020, 10:45 a.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/libwww-perl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Arne Fitzenreiter May 1, 2020, 6:23 p.m. UTC | #1
Have you tested pakfire with this build?


Am 2020-05-01 12:45, schrieb Matthias Fischer:
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  config/rootfiles/common/libwww-perl | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/common/libwww-perl
> b/config/rootfiles/common/libwww-perl
> index 373065128..9f3b4aa44 100644
> --- a/config/rootfiles/common/libwww-perl
> +++ b/config/rootfiles/common/libwww-perl
> @@ -28,9 +28,9 @@ usr/lib/perl5/site_perl/5.30.0/LWP/UserAgent.pm
>  #usr/lib/perl5/site_perl/5.30.0/libwww
>  usr/lib/perl5/site_perl/5.30.0/libwww/lwpcook.pod
>  usr/lib/perl5/site_perl/5.30.0/libwww/lwptut.pod
> -#usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww
> -#usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww/perl
> -usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww/perl/.packlist
> +#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww
> +#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww/perl
> +usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww/perl/.packlist
>  #usr/share/man/man3/LWP.3
>  #usr/share/man/man3/LWP::Authen::Ntlm.3
>  #usr/share/man/man3/LWP::ConnCache.3
  
Matthias Fischer May 1, 2020, 7:18 p.m. UTC | #2
On 01.05.2020 20:23, Arne Fitzenreiter wrote:
> Have you tested pakfire with this build?

No, sorry.

Actually I saw this by chance - looking at the nightly builds.

I thought it was just a typo...

> 
> Am 2020-05-01 12:45, schrieb Matthias Fischer:
>> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
>> ---
>>  config/rootfiles/common/libwww-perl | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>> 
>> diff --git a/config/rootfiles/common/libwww-perl
>> b/config/rootfiles/common/libwww-perl
>> index 373065128..9f3b4aa44 100644
>> --- a/config/rootfiles/common/libwww-perl
>> +++ b/config/rootfiles/common/libwww-perl
>> @@ -28,9 +28,9 @@ usr/lib/perl5/site_perl/5.30.0/LWP/UserAgent.pm
>>  #usr/lib/perl5/site_perl/5.30.0/libwww
>>  usr/lib/perl5/site_perl/5.30.0/libwww/lwpcook.pod
>>  usr/lib/perl5/site_perl/5.30.0/libwww/lwptut.pod
>> -#usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww
>> -#usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww/perl
>> -usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww/perl/.packlist
>> +#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww
>> +#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww/perl
>> +usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww/perl/.packlist
>>  #usr/share/man/man3/LWP.3
>>  #usr/share/man/man3/LWP::Authen::Ntlm.3
>>  #usr/share/man/man3/LWP::ConnCache.3
>
  

Patch

diff --git a/config/rootfiles/common/libwww-perl b/config/rootfiles/common/libwww-perl
index 373065128..9f3b4aa44 100644
--- a/config/rootfiles/common/libwww-perl
+++ b/config/rootfiles/common/libwww-perl
@@ -28,9 +28,9 @@  usr/lib/perl5/site_perl/5.30.0/LWP/UserAgent.pm
 #usr/lib/perl5/site_perl/5.30.0/libwww
 usr/lib/perl5/site_perl/5.30.0/libwww/lwpcook.pod
 usr/lib/perl5/site_perl/5.30.0/libwww/lwptut.pod
-#usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww
-#usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww/perl
-usr/lib/perl5/site_perl/5.30.0/x86_64-linux-thread-multi/auto/libwww/perl/.packlist
+#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww
+#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww/perl
+usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/libwww/perl/.packlist
 #usr/share/man/man3/LWP.3
 #usr/share/man/man3/LWP::Authen::Ntlm.3
 #usr/share/man/man3/LWP::ConnCache.3