mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
change "install-strip" back to "install"
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user