Skip to content

Commit

Permalink
Fix: use system's locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Nov 3, 2023
1 parent ac9d3e6 commit 2d2a8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnumeric-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ rm -R -f ./$APP.AppDir/.junest/usr/share/common-lisp
rm -R -f ./$APP.AppDir/.junest/usr/share/dbus-1
rm -R -f ./$APP.AppDir/.junest/usr/share/defaults
rm -R -f ./$APP.AppDir/.junest/usr/share/devtools
rm -R -f ./$APP.AppDir/.junest/usr/share/doc
#rm -R -f ./$APP.AppDir/.junest/usr/share/doc
rm -R -f ./$APP.AppDir/.junest/usr/share/drirc.d
rm -R -f ./$APP.AppDir/.junest/usr/share/emacs
rm -R -f ./$APP.AppDir/.junest/usr/share/et
Expand Down Expand Up @@ -1664,7 +1664,7 @@ rm -R -f ./$APP.AppDir/.junest/usr/share/libdrm
rm -R -f ./$APP.AppDir/.junest/usr/share/libgpg-error
rm -R -f ./$APP.AppDir/.junest/usr/share/libthai
rm -R -f ./$APP.AppDir/.junest/usr/share/licenses
rm -R -f ./$APP.AppDir/.junest/usr/share/locale
#rm -R -f ./$APP.AppDir/.junest/usr/share/locale
rm -R -f ./$APP.AppDir/.junest/usr/share/makepkg
rm -R -f ./$APP.AppDir/.junest/usr/share/makepkg-template
rm -R -f ./$APP.AppDir/.junest/usr/share/man
Expand Down Expand Up @@ -1713,4 +1713,4 @@ mkdir -p ./$APP.AppDir/.junest/media

# CREATE THE APPIMAGE
ARCH=x86_64 ./appimagetool -n ./$APP.AppDir
mv ./*AppImage ./Gnumeric_$VERSION-x86_64.AppImage
mv ./*AppImage ./Gnumeric-Spreadsheet_$VERSION-x86_64.AppImage

0 comments on commit 2d2a8e2

Please sign in to comment.