[Rpm-maint] [rpm-software-management/rpm] fix install rpmrc, platform and macros files with off-source-tree build (PR #2651)

Tomasz Kłoczko notifications at github.com
Fri Sep 8 14:19:40 UTC 2023


> $ cmake -B build -C rpm

So in above you are NOT passim -S and -B and looks like you are running cmake from outside root source tree..
Please try `cmake -B build -S . -C rpm`. (IIRC -C it is only cache dir so it should not matter)

> $ cmake --build build/
> $ cmake --install build/

Here you need to pass DESTDIR as well. Please try `DESTDIR=/tmp/rpm.test cmake --install build`


-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2651#issuecomment-1711749474
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2651/c1711749474 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230908/4ae1e352/attachment.html>


More information about the Rpm-maint mailing list