www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6231b23b90395b148a52363071f4c216bf855bc4
parent 6bd54b7a00ba5f3bb9ccf556b9cfe652f7e00b6a
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed, 27 Oct 2021 21:21:29 +0100

debug

Diffstat:
Minstall.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -184,6 +184,7 @@ install_config wf-shell.ini "$BUILDROOT/wf-shell/wf-shell.ini.example" # Generate a startup script, setting necessary env vars. cp "$BUILDROOT/start_wayfire.sh.in" "$BUILDROOT/start_wayfire.sh" if [ "${PREFIX}" != '/usr' ]; then + printf "PREFIX=%s" "${PREFIX@Q}" sed -i "s@^LD_.*@export LD_LIBRARY_PATH=${PREFIX}/${DEST_LIBDIR}:\$LD_LIBRARY_PATH@g" "$BUILDROOT/start_wayfire.sh" sed -i "s@^PATH.*@export PATH=${PREFIX}/bin:\$PATH@g" "$BUILDROOT/start_wayfire.sh" sed -i "s@^XDG_.*@export XDG_DATA_DIRS=${PREFIX}/share:\$XDG_DATA_DIRS@g" "$BUILDROOT/start_wayfire.sh"