We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa10d5a commit ab7b3fcCopy full SHA for ab7b3fc
1 file changed
install.sh
@@ -190,7 +190,7 @@ if [ $yn = Y ]; then
190
cp $BUILDROOT/wayfire.desktop.in $BUILDROOT/wayfire.desktop
191
sed -i "s@^Exec.*@Exec=$PREFIX/bin/startwayfire@g" $BUILDROOT/wayfire.desktop
192
sed -i "s@^Icon.*@Icon=$PREFIX/share/wayfire/icons/wayfire.png@g" $BUILDROOT/wayfire.desktop
193
- sudo mkdir -p $SESSIONS_DIR
+ $SUDO_FOR_SESSIONS mkdir -p $SESSIONS_DIR
194
$SUDO_FOR_SESSIONS install -m 644 $BUILDROOT/wayfire.desktop $SESSIONS_DIR
195
fi
196
0 commit comments