diff options
author | raveit65 <[email protected]> | 2019-07-04 18:19:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 18:46:19 +0200 |
commit | 05b6d2b8dd5e0d170c99ea3097c33952d40adab1 (patch) | |
tree | a674b76d8ec73ae61bb8c3a703acf1b67b32f427 | |
parent | 9849717d4a8abb8f5d68a8364edd443f25428f11 (diff) | |
download | caja-05b6d2b8dd5e0d170c99ea3097c33952d40adab1.tar.bz2 caja-05b6d2b8dd5e0d170c99ea3097c33952d40adab1.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 f47e44d4..680bb941 100644 --- a/.travis.yml +++ b/.travis.yml @@ -188,7 +188,6 @@ build_scripts: # - bash ./fedora.sh # - fi - ./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 + 1 )) |