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

@@ -10,7 +10,7 @@ LICENSE="
GNU LGPL v2
"
COPYRIGHT="2001-2014 Peter Johnson and other Yasm developers."
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
@@ -50,7 +50,7 @@ BUILD()
INSTALL()
{
make install-strip
make install
prepareInstalledDevelLibs libyasm
}