Remove charset.alias file from diffutils/idutils/patch

This commit is contained in:
Chris Roberts
2013-10-28 19:16:51 -06:00
parent 56e2b60e1b
commit 05699503b4
3 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ COPYRIGHT="1992-2013 Free Software Foundation, Inc."
HOMEPAGE="http://www.gnu.org/software/diffutils/"
SRC_URI="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-3.3.tar.xz"
CHECKSUM_MD5="99180208ec2a82ce71f55b0d7389f1b3"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
@@ -58,6 +58,7 @@ BUILD()
INSTALL()
{
make install
rm $libDir/charset.alias
}
TEST()