diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2010-01-12 18:38:56 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2010-01-12 18:38:56 +0000 |
commit | 6b339ad9a17d20968dcc150668dd680b95470a58 (patch) | |
tree | c88717adf2fc5fbf9ee1311c8fb6e8c4375ee2e4 /sys-fs/fatsort | |
parent | ppc stable #299126 (diff) | |
download | gentoo-2-6b339ad9a17d20968dcc150668dd680b95470a58.tar.gz gentoo-2-6b339ad9a17d20968dcc150668dd680b95470a58.tar.bz2 gentoo-2-6b339ad9a17d20968dcc150668dd680b95470a58.zip |
Cosmetics.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-fs/fatsort')
-rw-r--r-- | sys-fs/fatsort/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/fatsort/fatsort-0.9.13.1.206.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/fatsort/ChangeLog b/sys-fs/fatsort/ChangeLog index 7d8ec526a310..afc16a124aee 100644 --- a/sys-fs/fatsort/ChangeLog +++ b/sys-fs/fatsort/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/fatsort # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.6 2010/01/12 18:30:47 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.7 2010/01/12 18:38:56 billie Exp $ + + 12 Jan 2010; Daniel Pielmeier <billie@gentoo.org> + fatsort-0.9.13.1.206.ebuild: + Cosmetics. *fatsort-0.9.13.1.206 (12 Jan 2010) diff --git a/sys-fs/fatsort/fatsort-0.9.13.1.206.ebuild b/sys-fs/fatsort/fatsort-0.9.13.1.206.ebuild index f452a1640c83..e81c8c059f85 100644 --- a/sys-fs/fatsort/fatsort-0.9.13.1.206.ebuild +++ b/sys-fs/fatsort/fatsort-0.9.13.1.206.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.13.1.206.ebuild,v 1.1 2010/01/12 18:30:47 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.13.1.206.ebuild,v 1.2 2010/01/12 18:38:56 billie Exp $ EAPI="2" @@ -20,7 +20,7 @@ IUSE="" S=${WORKDIR}/${PN}-${MY_PV} src_prepare() { - sed -i -e "/^\(MANDIR=\|SBINDIR=\)/s|usr/local|/usr|" $(find ./ -name Makefile) + sed -i -e "/^\(MANDIR=\|SBINDIR=\)/s|/usr/local|/usr|" $(find ./ -name Makefile) } src_compile() { |