summarylogtreecommitdiffstats
path: root/basedir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'basedir.patch')
-rw-r--r--basedir.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/basedir.patch b/basedir.patch
new file mode 100644
index 000000000000..8f71b8bb94ac
--- /dev/null
+++ b/basedir.patch
@@ -0,0 +1,17 @@
+--- opt/brother/Printers/DCPL2500D/cupswrapper/brother_lpdwrapper_DCPL2500D.orig 2014-09-29 10:02:44.000000000 +0200
++++ opt/brother/Printers/DCPL2500D/cupswrapper/brother_lpdwrapper_DCPL2500D 2016-04-04 00:39:29.552531316 +0200
+@@ -44,13 +44,7 @@ $width=-1;
+ $height=-1;
+
+ #my $basedir = Cwd::realpath ($0);
+-my $basedir = `readlink $0`;
+-if ( $basedir eq '' ){
+- $basedir = `realpath $0`;
+-}
+-chomp($basedir);
+-
+-$basedir =~ s/$PRINTER\/cupswrapper\/.*$/$PRINTER\//g;
++my $basedir = "/opt/brother/Printers/DCPL2500D";
+
+
+ %units = ( pt => \&pt2dot,