diff options
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/brother-dcpj925dw/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-print/brother-dcpj925dw/ChangeLog b/net-print/brother-dcpj925dw/ChangeLog index ba2874f..001cd02 100644 --- a/net-print/brother-dcpj925dw/ChangeLog +++ b/net-print/brother-dcpj925dw/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for net-print/brother-dcpj925dw -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Jul 2015; Ulrich Müller <ulm@gentoo.org> + brother-dcpj925dw-20131010.ebuild: + Install ppd file into subdirectory. + 04 Dec 2014; Ulrich Müller <ulm@gentoo.org> brother-dcpj925dw-20131010.ebuild: Fix some install locations and permission bits. diff --git a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild index 7271a43..2125f0b 100644 --- a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild +++ b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -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. |