diff options
author | raveit65 <[email protected]> | 2021-03-08 22:07:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:08:01 +0100 |
commit | 7bc62c026b0a8e2d1a29b0659d9f6c489f95816e (patch) | |
tree | 9bf32791cef97929d74878e380bae0b8f41d60ef | |
parent | b66caaa7a44034aff3919a34bac302ca63772242 (diff) | |
download | mate-netbook-7bc62c026b0a8e2d1a29b0659d9f6c489f95816e.tar.bz2 mate-netbook-7bc62c026b0a8e2d1a29b0659d9f6c489f95816e.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
@@ -86,17 +86,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: - NOCONFIGURE=1 ./autogen.sh |