mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
75ef77023e
commit
f0fb0fcfbf
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue