summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.build.yml b/.build.yml
index 43a6b4a7..a5a32219 100644
--- a/.build.yml
+++ b/.build.yml
@@ -141,17 +141,6 @@ variables:
-enable-checker security.insecureAPI.strcpy"'
before_scripts:
- - cd ${START_DIR}
- - '[ -f mate-panel-1.25.2.tar.xz ] || curl -Ls -o mate-panel-1.25.2.tar.xz https://github.com/mate-desktop/mate-panel/releases/download/v1.25.2/mate-panel-1.25.2.tar.xz'
- - tar xf mate-panel-1.25.2.tar.xz
- - cd mate-panel-1.25.2
- - 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