commit 215c82151220a6d005356c91484e82d5475f7086
parent fb9b307afb4748fa970032e2a15283aeff268d7c
Author: Scott Moreau <oreaus@gmail.com>
Date: Sun, 16 Aug 2020 10:04:39 -0600
Add missing space for .desktop install prompt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
@@ -180,7 +180,7 @@ if [ $yn = Y ]; then
fi
SESSIONS_DIR=/usr/share/wayland-sessions
-ask_confirmation "Do you want to install wayfire.desktop to $SESSIONS_DIR/ [y/n]?"
+ask_confirmation "Do you want to install wayfire.desktop to $SESSIONS_DIR/ [y/n]? "
if [ $yn = Y ]; then
cp $BUILDROOT/wayfire.desktop.in $BUILDROOT/wayfire.desktop
sed -i "s@^Exec.*@Exec=$PREFIX/bin/startwayfire@g" $BUILDROOT/wayfire.desktop