From 557fb323e7fc88d23734b3f86218aef035a2da4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Tue, 24 Mar 2020 21:22:25 +0100 Subject: [PATCH] Install radare2 to /usr on Linux in Travis (#2113) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2027e201..db01f60b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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