graphics/xsane: Fix typo in pkg-message.in

%LOCALBASE%% → %%LOCALBASE%%

PR:		259747
Reported by:	Chad Jacob Milios <milios@ccsys.com> (via email)
Fixes: 		a01abc9d55 (Fix GIMP plugin install instructions)
This commit is contained in:
Vladimir Druzenko 2025-03-17 21:17:21 +03:00
parent 75ef77023e
commit f0fb0fcfbf

View file

@ -3,7 +3,7 @@
message: <<EOM
To install XSane as a GIMP plug-in, please type the following from a /bin/sh shell:
cd ~/.config/GIMP && for i in *; { ln -sf %LOCALBASE%%/bin/xsane "$i/plug-ins/xsane"; }
cd ~/.config/GIMP && for i in *; { ln -sf %%LOCALBASE%%/bin/xsane "$i/plug-ins/xsane"; }
Then run the GIMP, and a new "XSane" menu item should appear in the
"File -> Create" menu.