diff options
author | raveit65 <[email protected]> | 2021-03-08 22:21:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:22:09 +0100 |
commit | 1255d411f2fbfb52b39ffe2b761e432b5463fe6a (patch) | |
tree | e8194ecb08a740c302acc0f41cdf755effc76159 | |
parent | 54885fcddf7f229bbec0e174508dd20f6e1a8654 (diff) | |
download | mate-power-manager-1255d411f2fbfb52b39ffe2b761e432b5463fe6a.tar.bz2 mate-power-manager-1255d411f2fbfb52b39ffe2b761e432b5463fe6a.tar.xz |
travis: build with mate-common-1.24.2 from repos
-rw-r--r-- | .build.yml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -121,17 +121,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: - - cd ${START_DIR} - - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz' - - tar xf mate-common-1.24.1.tar.xz - - cd mate-common-1.24.1 - - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - - else - - ./configure --prefix=/usr - - fi - - make - - make install build_scripts: - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then |