logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 0eb0850eec36af11a0038cd8d878416281287637
parent a394cc0a57e352e459261f0adbc5bb01af38143f
Author: Randy Palamar <randy@rnpnr.xyz>
Date:   Thu, 27 Jun 2024 06:16:46 -0600

rc: use config.prefix for PREFIX

Diffstat:

Mpkg/rc/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/rc/gen.lua b/pkg/rc/gen.lua @@ -1,6 +1,6 @@ cflags{ '-Wpedantic', - '-D PREFIX=', + ([['-D PREFIX="%s"']]):format(config.prefix), } exe('rc', {