Skip to content

Commit 46541b1

Browse files
authored
fix typo
1 parent 38592f6 commit 46541b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emacs-junest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ _enable_mountpoints_for_the_inbuilt_bubblewrap() {
540540
mkdir -p ./"$APP".AppDir/.junest/run/user
541541
rm -f ./"$APP".AppDir/.junest/etc/localtime && touch ./"$APP".AppDir/.junest/etc/localtime
542542
[ ! -f ./"$APP".AppDir/.junest/etc/asound.conf ] && touch ./"$APP".AppDir/.junest/etc/asound.conf
543-
[ ! -e ./"$APP".AppDir/.junest/usr/share/X11/xkb ] && rm -f ./"$APP".AppDir/.junest/usr/share/X11/xkb && mkdir -p ./"$APP".AppDir/.junest/usr/share/X11/xkb && sed -i -- 's# /var"$# /usr/share/X11/xkb /var"#g' ./"$APP"./AppRun
543+
[ ! -e ./"$APP".AppDir/.junest/usr/share/X11/xkb ] && rm -f ./"$APP".AppDir/.junest/usr/share/X11/xkb && mkdir -p ./"$APP".AppDir/.junest/usr/share/X11/xkb && sed -i -- 's# /var"$# /usr/share/X11/xkb /var"#g' ./"$APP".AppDir/AppRun
544544
}
545545

546546
# Fix libcurl

0 commit comments

Comments
 (0)