diff options
author | raveit65 <[email protected]> | 2019-07-04 17:45:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-04 17:45:48 +0200 |
commit | 2105487ebe5a8e8a4fde552c96be0603617d6902 (patch) | |
tree | 6d110048c3c200632963a7b14888644e8b917872 /.travis.yml | |
parent | 17e75aa500e84b4c357b5eb9e3cff0bcef07ce14 (diff) | |
download | mate-calc-2105487ebe5a8e8a4fde552c96be0603617d6902.tar.bz2 mate-calc-2105487ebe5a8e8a4fde552c96be0603617d6902.tar.xz |
Revert "CI: fix make distcheck to remove .gmo files"
This reverts commit 87d647ad3be67c033dbb6aa80cfcdd4cbce3a42d.
gettext needs those files to install .mo files.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73de496..5e8d7ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -147,7 +147,6 @@ before_scripts: 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 |