Install radare2 to /usr on Linux in Travis (#2113)

This commit is contained in:
Florian Märkl 2020-03-24 21:22:25 +01:00 committed by GitHub
parent 8501d03615
commit 557fb323e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ before_script:
- cd radare2
- if [[ "$BUILD_SYSTEM" == "qmake" ]]; then
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
INSTALL_TARGET=install sys/install.sh;
INSTALL_TARGET=install sys/install.sh /usr;
else
LDFLAGS=-headerpad_max_install_names INSTALL_TARGET=install sys/install.sh;
fi