diff options
| author | raveit65 <[email protected]> | 2021-03-09 22:52:31 +0100 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2021-03-09 22:52:31 +0100 | 
| commit | dcdc9927e3d0b7c3a3475c043693f5c3a933fba3 (patch) | |
| tree | efbbfb4692712a8a0d4566de1e757c0a270ab724 | |
| parent | 12b46b693195ea9d8e00d76a173a1c38b1da325c (diff) | |
| download | mate-session-manager-dcdc9927e3d0b7c3a3475c043693f5c3a933fba3.tar.bz2 mate-session-manager-dcdc9927e3d0b7c3a3475c043693f5c3a933fba3.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
| @@ -120,17 +120,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" ];then | 
