diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-01-22 09:56:43 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-01-22 09:56:43 +0000 |
commit | c2b1ce9aa8d22f4488c4663d7d44275f8938b245 (patch) | |
tree | 2953159ef75993eb6a866013b8d748fd4c74b605 /app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild | |
parent | Version bump fixing alsa-1.0 bugs. (diff) | |
download | historical-c2b1ce9aa8d22f4488c4663d7d44275f8938b245.tar.gz historical-c2b1ce9aa8d22f4488c4663d7d44275f8938b245.tar.bz2 historical-c2b1ce9aa8d22f4488c4663d7d44275f8938b245.zip |
Changed the normalize script to normalize-html due to conflicts, see bug# 27399
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild')
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild b/app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild index 10a20a1b4609..a902590955f6 100644 --- a/app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild +++ b/app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild,v 1.5 2004/01/17 09:49:57 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-2.3-r1.ebuild,v 1.6 2004/01/22 09:56:43 obz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A number of simple utilities for manipulating HTML and XML files." @@ -25,4 +25,12 @@ src_install () { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING NEWS README TODO + + # Check bug #27399, the following binary conflicts with + # one provided by the 'normalize' package, so we're + # renaming this one <obz@gentoo.org> + mv ${D}/usr/bin/normalize ${D}/usr/bin/normalize-html + mv ${D}/usr/share/man/man1/normalize.1 \ + ${D}/usr/share/man/man1/normalize-html.1 + } |