From df496ee8f4eb79339a14f0b4345043eb3263ba43 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 7 Aug 2024 18:15:53 +0300 Subject: [PATCH] Change name variable from EXE_NAME to EXECUTABLE_NAME in ly-openrc file --- res/ly-openrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ly-openrc b/res/ly-openrc index 83ac7b1..ac6ae0f 100644 --- a/res/ly-openrc +++ b/res/ly-openrc @@ -29,7 +29,7 @@ TERM=linux BAUD=38400 # If we don't have getty then we should have agetty command=${commandB:-$commandUL} -command_args_foreground="-nl $PREFIX_DIRECTORY/bin/$EXE_NAME $TTY $BAUD $TERM" +command_args_foreground="-nl $PREFIX_DIRECTORY/bin/$EXECUTABLE_NAME $TTY $BAUD $TERM" depend() { after agetty