blob: 1e7bdba782289f3ea9518bcc96a2751de1362c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pkg/brother-mfc-j5330dw/opt/brother/Printers/mfcj5330dw/cupswrapper/brother_lpdwrapper_mfcj5330dw 2017-08-11 03:35:59.886046392 +0200
+++ brother_lpdwrapper_mfcj5330dw.patch 2017-08-11 03:34:33.771215905 +0200
@@ -89,6 +89,9 @@
$PRINTER =~ s/\/cupswrapper//g;
$PRINTER =~ s/\///g;
+my $PRINTER = "mfcj5330dw";
+my $basedir = "/opt/brother/Printers/mfcj5330dw";
+
for (my $i = 0 ; $i < @ARGV ; $i ++){
logprint( 0 , "ARG$i = $ARGV[$i]\n");
}
|