From 97705a649cfe593e2e542f995a7f33524236acd1 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 30 Sep 2014 21:50:49 +1000 Subject: [PATCH] travis fix --- ci/build-2-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/build-2-install.sh b/ci/build-2-install.sh index a894e48..a019b12 100755 --- a/ci/build-2-install.sh +++ b/ci/build-2-install.sh @@ -26,5 +26,6 @@ make CFLAGS="-g -fprofile-arcs -ftest-coverage" # use setuid, since setcap is not available sudo chown root src/fping -sudo chmod u+s src/fping -sudo chmod u+s src/fping6 +sudo chown root src/fping6 +sudo chmod u+s src/fping +sudo chmod u+s src/fping6 -- 2.43.0