diff options
author | 2007-07-01 13:29:04 +0000 | |
---|---|---|
committer | 2007-07-01 13:29:04 +0000 | |
commit | b40adfc8d7452c39f7589fe1ae77e76d5ef44fa3 (patch) | |
tree | 81b04f1e56458a43b62aab1eca2e90cfb691b615 /app-laptop/acer_acpi/acer_acpi-0.4.ebuild | |
parent | app-laptop/acerhk: cleaned out old version (0.5.34), changed README.gz to REA... (diff) | |
download | gentoo-2-b40adfc8d7452c39f7589fe1ae77e76d5ef44fa3.tar.gz gentoo-2-b40adfc8d7452c39f7589fe1ae77e76d5ef44fa3.tar.bz2 gentoo-2-b40adfc8d7452c39f7589fe1ae77e76d5ef44fa3.zip |
app-laptop/acer_acpi: changed README.gz to README.bz2 (bug #183795)
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-laptop/acer_acpi/acer_acpi-0.4.ebuild')
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/acer_acpi/acer_acpi-0.4.ebuild b/app-laptop/acer_acpi/acer_acpi-0.4.ebuild index de1a01f5e128..eee031b9bcb3 100644 --- a/app-laptop/acer_acpi/acer_acpi-0.4.ebuild +++ b/app-laptop/acer_acpi/acer_acpi-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.4.ebuild,v 1.3 2007/06/28 07:17:04 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.4.ebuild,v 1.4 2007/07/01 13:29:04 jurek Exp $ inherit linux-mod @@ -37,5 +37,5 @@ pkg_postinst() { ewarn "If you upgraded from version 0.1 or 0.2, than please delete on of the lines from that file!" elog elog "If you need more info about this driver you can read the README file" - elog "% zmore /usr/share/doc/${PF}/README.gz" + elog "% zmore /usr/share/doc/${PF}/README.bz2" } |