commit: 18e894ea345d6cc120c8bcb3169bd1bf36d0e058 Author: Brian Norris <computersforpeace <AT> gmail <DOT> com> AuthorDate: Sat May 14 20:24:37 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon May 16 08:34:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e894ea
net-print/cups: fix spelling error in -9999 ebuild Signed-off-by: Brian Norris <computersforpeace <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/1466 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> net-print/cups/cups-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild index f6728eb..b08ffec 100644 --- a/net-print/cups/cups-9999.ebuild +++ b/net-print/cups/cups-9999.ebuild @@ -295,7 +295,7 @@ multilib_src_install_all() { # create /etc/cups/client.conf, bug #196967 and #266678 echo "ServerName ${EPREFIX}/run/cups/cups.sock" >> "${ED}"/etc/cups/client.conf - # the following file iw now provided by cups-filters: + # the following file is now provided by cups-filters: rm -r "${ED}"/usr/share/cups/banners || die # the following are created by the init script
