Skip to content

Commit ab7b3fc

Browse files
author
Suzanne Soy
committed
PR review
1 parent aa10d5a commit ab7b3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if [ $yn = Y ]; then
190190
cp $BUILDROOT/wayfire.desktop.in $BUILDROOT/wayfire.desktop
191191
sed -i "s@^Exec.*@Exec=$PREFIX/bin/startwayfire@g" $BUILDROOT/wayfire.desktop
192192
sed -i "s@^Icon.*@Icon=$PREFIX/share/wayfire/icons/wayfire.png@g" $BUILDROOT/wayfire.desktop
193-
sudo mkdir -p $SESSIONS_DIR
193+
$SUDO_FOR_SESSIONS mkdir -p $SESSIONS_DIR
194194
$SUDO_FOR_SESSIONS install -m 644 $BUILDROOT/wayfire.desktop $SESSIONS_DIR
195195
fi
196196

0 commit comments

Comments
 (0)