summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-07-21 19:36:38 +0200
committerUlrich Müller <ulm@gentoo.org>2015-07-21 19:36:38 +0200
commit7b0a33158898f8184d21295475e172691f2fabac (patch)
treebf878d0ef427f0734ebf17f4f358af6f1bdb7db2
parentRemove old. (diff)
downloadulm-7b0a33158898f8184d21295475e172691f2fabac.tar.gz
ulm-7b0a33158898f8184d21295475e172691f2fabac.tar.bz2
ulm-7b0a33158898f8184d21295475e172691f2fabac.zip
Install ppd file into subdirectory.
Package-Manager: portage-2.2.20
-rw-r--r--net-print/brother-mfcj870dw/ChangeLog4
-rw-r--r--net-print/brother-mfcj870dw/brother-mfcj870dw-20130812.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/net-print/brother-mfcj870dw/ChangeLog b/net-print/brother-mfcj870dw/ChangeLog
index 8c9261d..faa7565 100644
--- a/net-print/brother-mfcj870dw/ChangeLog
+++ b/net-print/brother-mfcj870dw/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Jul 2015; Ulrich Müller <ulm@gentoo.org>
+ brother-mfcj870dw-20130812.ebuild:
+ Install ppd file into subdirectory.
+
*brother-mfcj870dw-20130812 (18 Jul 2015)
18 Jul 2015; Ulrich Müller <ulm@gentoo.org>
diff --git a/net-print/brother-mfcj870dw/brother-mfcj870dw-20130812.ebuild b/net-print/brother-mfcj870dw/brother-mfcj870dw-20130812.ebuild
index 16e7764..22c450a 100644
--- a/net-print/brother-mfcj870dw/brother-mfcj870dw-20130812.ebuild
+++ b/net-print/brother-mfcj870dw/brother-mfcj870dw-20130812.ebuild
@@ -51,7 +51,7 @@ src_install() {
insinto ${dest}/cupswrapper
doins brother_${MODEL}_printer_en.ppd
dosym ${dest}/cupswrapper/brother_${MODEL}_printer_en.ppd \
- /usr/share/cups/model/brother_${MODEL}_printer_en.ppd
+ /usr/share/cups/model/Brother/brother_${MODEL}_printer_en.ppd
# The brprintconf utility is very broken and mangles the path
# of the function list file. Therefore, don't install it.