summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-07-21 19:37:41 +0200
committerUlrich Müller <ulm@gentoo.org>2015-07-21 19:37:41 +0200
commit4197acb9e406f292e0d811b6125c1eab56b55db1 (patch)
treea094440092b4f88350b8ef7e5a79560bdb1cf8e2 /net-print
parentInstall ppd file into subdirectory. (diff)
downloadulm-4197acb9e406f292e0d811b6125c1eab56b55db1.tar.gz
ulm-4197acb9e406f292e0d811b6125c1eab56b55db1.tar.bz2
ulm-4197acb9e406f292e0d811b6125c1eab56b55db1.zip
Install ppd file into subdirectory.
Package-Manager: portage-2.2.20
Diffstat (limited to 'net-print')
-rw-r--r--net-print/brother-dcpj925dw/ChangeLog6
-rw-r--r--net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild4
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.