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

@@ -16,7 +16,7 @@ organize, can benefit from the ID utilities."
HOMEPAGE="http://www.gnu.org/software/idutils/"
SRC_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.6.tar.xz"
CHECKSUM_MD5="99b572536377fcddb4d38e86a3c215fd"
REVISION="1"
REVISION="2"
LICENSE="GNU GPL v2"
COPYRIGHT="1986-2012 Free Software Foundation, Inc."
SOURCE_DIR="$portVersionedName"
@@ -65,4 +65,5 @@ BUILD()
INSTALL()
{
make install
rm $libDir/charset.alias
}