help-guix
[Top][All Lists]
Advanced

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

Re: Help with copy-build-system


From: Raghav Gururajan
Subject: Re: Help with copy-build-system
Date: Fri, 26 Mar 2021 05:55:49 -0400

Hi Pierre!

I haven't looked closely at your patch, but here is the rule for
copy-build-system if I'm not mistaken: the files matching #:include
preserve the path relative to the first argument.

For instance with this rule

("/source/aaa/" "/target/bbb/" #:include ("foo"))

the file

     /source/aaa/parent/foo

is copied to

     /target/bbb/parent/foo

(I haven't tested.)

Does that help?

With the same example, I was looking for a way where foo gets copied to as /target/bbb/foo.

Regards,
RG.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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