From 5a69861aa61c226cd9c4b1dd9cbb00eec5881d6d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 27 Feb 2018 12:33:55 +0100 Subject: Copying things to /usr/bin needs root, duh --- .travis/install-flatbuffers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install-flatbuffers.sh b/.travis/install-flatbuffers.sh index c30e147a..5c6868eb 100755 --- a/.travis/install-flatbuffers.sh +++ b/.travis/install-flatbuffers.sh @@ -8,6 +8,6 @@ mkdir build cd build cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DFLATBUFFERS_BUILD_SHAREDLIB=ON ninja && sudo ninja install -cp flatc /usr/bin +sudo cp flatc /usr/bin cd rm -rf /tmp/flatbuffers.tar.gz /tmp/flatbuffers-1.8.0 -- cgit v1.2.3