File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -137,12 +137,14 @@ before_scripts:
137137 - 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 >/dev/null; else ./configure --prefix=/usr >/dev/null; fi
138138 - make > /dev/null
139139 - make install >/dev/null
140- - popd
141140
142141 - cd ${START_DIR}
143- - " [ -f mate-menus-1.21.0.tar.xz ] || curl -o mate-menus-1.21.0.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-menus-1.21.0.tar.xz"
144- - tar xf mate-menus-1.21.0.tar.xz
145- - cd mate-menus-1.21.0
142+ # - "[ -f mate-menus-1.21.0.tar.xz ] || curl -o mate-menus-1.21.0.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-menus-1.21.0.tar.xz"
143+ # - tar xf mate-menus-1.21.0.tar.xz
144+ # - cd mate-menus-1.21.0
145+ - git clone --depth 1 https://github.com/mate-desktop/mate-menus.git
146+ - cd mate-menus
147+ - ./autogen.sh >/dev/null
146148 - 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 >/dev/null; else ./configure --prefix=/usr >/dev/null; fi
147149 - make > /dev/null
148150 - make install > /dev/null
You can’t perform that action at this time.
0 commit comments