Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1 from naraesk/master
Browse files Browse the repository at this point in the history
fix syntax error
  • Loading branch information
Victrid authored Aug 17, 2021
2 parents 3cbaf06 + 8f2d35b commit 03c343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ prepare() {
--name "MATLAB" \
--categories "Development;Education;Science;Mathematics;IDE" \
--mimetypes "application/x-matlab-data;text/x-matlab" \
--icon "${pkgbase}"
--icon "${pkgbase}" \
--exec 'sh -c '\''if [ "${MATLAB_INTEL_OVERRIDE}" = "yes" ] ; then exec env MESA_LOADER_DRIVER_OVERRIDE=i965 GTK_PATH=/usr/lib/gtk-2.0 matlab -desktop ; else exec env GTK_PATH=/usr/lib/gtk-2.0 matlab -desktop ; fi'\'

}
Expand Down

0 comments on commit 03c343a

Please sign in to comment.