aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--CMakeLists.txt2
2 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 51db47f..73bc55b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
-dist: bionic
+dist: focal
language: shell
os: linux
arch:
- amd64
- - ppc64le
+# - ppc64le
services:
- docker
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fdda11..ad433a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,8 +38,6 @@ endif()
# GNU standard installation directories
include (GNUInstallDirs)
-set (CMAKE_INSTALL_PKGLIBEXECDIR "${CMAKE_INSTALL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}")
-set (CMAKE_INSTALL_FULL_PKGLIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}")
# Check for prerequisites
find_package (PkgConfig REQUIRED)