Add missing space for .desktop install prompt

This commit is contained in:
Scott Moreau 2020-08-16 10:04:39 -06:00
parent fb9b307afb
commit 215c821512

View File

@ -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