diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-10-28 18:13:34 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-10-28 18:13:34 +0000 |
commit | d3dbf96668a332323c68b9b4d981bdc0ec95d02d (patch) | |
tree | 1822ef0665bc7d33998a9f41c6b6a78dfdfced30 /sys-fs/cryptmount/cryptmount-1.2.ebuild | |
parent | media-sound/somax: don't install ABOUT-NLS file (diff) | |
download | sunrise-d3dbf96668a332323c68b9b4d981bdc0ec95d02d.tar.gz sunrise-d3dbf96668a332323c68b9b4d981bdc0ec95d02d.tar.bz2 sunrise-d3dbf96668a332323c68b9b4d981bdc0ec95d02d.zip |
sys-fs/cryptmount: don't install ABOUT-NLS file
svn path=/sunrise/; revision=4905
Diffstat (limited to 'sys-fs/cryptmount/cryptmount-1.2.ebuild')
-rw-r--r-- | sys-fs/cryptmount/cryptmount-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptmount/cryptmount-1.2.ebuild b/sys-fs/cryptmount/cryptmount-1.2.ebuild index 46efd599f..0d3643734 100644 --- a/sys-fs/cryptmount/cryptmount-1.2.ebuild +++ b/sys-fs/cryptmount/cryptmount-1.2.ebuild @@ -40,5 +40,5 @@ src_compile() { src_install() { emake install DESTDIR="${D}" || die "emake install failed" - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README RELNOTES ToDo + dodoc AUTHORS ChangeLog NEWS README RELNOTES ToDo } |