You are not logged in.
Seems like an odd question but here goes: how can I use pacman and makepkg to manage packages to /home/facade/public rather than to the live system root? In short, I want to keep newer versions of some software in that location specifically as the system root and I want to have pacman manage the files and makepkg do the building.
I can manually build things by throwing in the following:
make DESTDIR=/home/facade/public installbut again, pacman will not help me keep book on files that get installed by the native make install step. I hope my question makes sense.
Offline
Do you want a full chroot'able system at /home/facade/public, or just the select package files? The former would certainly be reasonably easy; the latter I'm not so sure.
If the latter, a follow-up question: assuming there was a way for pacman to install something there, would you want the package file to be cached at /var/cache/pacman/pkg/ or /home/facade/public/var/pacman/pkg/ ?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
graysky,
have you looked at using the RootDir= option of pacman ?
you should also look up DBPath and LogFile options.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online