stefan-langenmaier / brother-overlay

Portage overlay for Brother printer and scanner software
GNU General Public License v3.0
34 stars 41 forks source link

Fixed a bug in HL-L3270CDW filter driver #71

Closed michael-manley closed 5 years ago

michael-manley commented 5 years ago

I noticed I was unable to print unless the my $PRINTER = $0 is changed to my $PRINTER = Cwd::realpath ($0). I added a sed line to change this on the package and printing then functions properly.

stefan-langenmaier commented 5 years ago

Thanks for your contribution!