www

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

commit ab7b3fc2ebd24aeb90bb075c1e274f35676a4b56
parent aa10d5aa8c8b36d78ab595abfd0bf4f199164bbc
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Mon,  8 Mar 2021 16:22:28 +0000

PR review

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

diff --git a/install.sh b/install.sh @@ -190,7 +190,7 @@ if [ $yn = Y ]; then cp $BUILDROOT/wayfire.desktop.in $BUILDROOT/wayfire.desktop sed -i "s@^Exec.*@Exec=$PREFIX/bin/startwayfire@g" $BUILDROOT/wayfire.desktop sed -i "s@^Icon.*@Icon=$PREFIX/share/wayfire/icons/wayfire.png@g" $BUILDROOT/wayfire.desktop - sudo mkdir -p $SESSIONS_DIR + $SUDO_FOR_SESSIONS mkdir -p $SESSIONS_DIR $SUDO_FOR_SESSIONS install -m 644 $BUILDROOT/wayfire.desktop $SESSIONS_DIR fi