www

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

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

fix

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -135,7 +135,7 @@ cd "$BUILDROOT/wayfire" meson build --prefix="${PREFIX}" -Duse_system_wfconfig=disabled -Duse_system_wlroots="${USE_SYSTEM_WLROOTS}" ninja -C build $SUDO ninja -C build install -DEST_LIBDIR="$(meson configure | grep libdir | awk '{print $2}')" +DEST_LIBDIR="$(meson configure | grep '^ *libdir ' | awk '{print $2}')" cd "$BUILDROOT/wf-shell" PKG_CONFIG_PATH="$PKG_CONFIG_PATH:${PREFIX}/${DEST_LIBDIR}/pkgconfig" meson build --prefix="${PREFIX}"