summarylogtreecommitdiffstats
path: root/brother_lpdwrapper_HLL2340D.patch
blob: a1edcbbd7b484a8388fc89caf93bab2f4e197b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
53,54c53,55
< $basedir =~ s/$PRINTER\/cupswrapper\/.*$/$PRINTER\//g;
< 
---
> #$basedir =~ s/$PRINTER\/cupswrapper\/.*$/$PRINTER\//g;
> my $PRINTER = "HLL2340D";
> my $basedir = "/usr/share/Brother/Printer/$PRINTER";
80c81
< my $PRINTER=$basedir;
---
> #my $PRINTER=$basedir;
87,89c88,90
< $PRINTER =~ s/^\/opt\/.*\/Printers\///g;
< $PRINTER =~ s/\/cupswrapper//g;
< $PRINTER =~ s/\///g;
---
> #$PRINTER =~ s/^\/opt\/.*\/Printers\///g;
> #$PRINTER =~ s/\/cupswrapper//g;
> #$PRINTER =~ s/\///g;
736c737
<     $lpddir = $basedir."/lpd/";
---
>     $lpddir = $basedir."/lpd";