diff options
author | raveit65 <[email protected]> | 2019-07-06 08:01:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-06 08:01:33 +0200 |
commit | f2114107df16dc4885484886f3e21c87417683e4 (patch) | |
tree | 736470984172ea4cc4cc99346b0dcc28b01579af | |
parent | ad42988835497e1840dc7c7e2601d9592a292be7 (diff) | |
download | mate-session-manager-f2114107df16dc4885484886f3e21c87417683e4.tar.bz2 mate-session-manager-f2114107df16dc4885484886f3e21c87417683e4.tar.xz |
CI: don't exclude .gmo files from tarball
gettext needs .gmo files to install .mo locale
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2eea7e1..dc1c580 100644 --- a/.travis.yml +++ b/.travis.yml @@ -176,7 +176,6 @@ variables: build_scripts: - ./autogen.sh - - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT |