change "install-strip" back to "install"

This commit is contained in:
Hannah
2016-01-22 14:30:11 +00:00
parent 15b0f2fd1b
commit b603c3f935
7 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ COPYRIGHT="1992-2013 Free Software Foundation, Inc."
HOMEPAGE="http://www.gnu.org/software/diffutils/"
SOURCE_URI="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-3.3.tar.xz"
CHECKSUM_SHA256="a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c"
REVISION="3"
REVISION="4"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
@@ -59,7 +59,7 @@ BUILD()
INSTALL()
{
make install-strip
make install
rm $libDir/charset.alias
}