diff options
author | raveit65 <[email protected]> | 2019-07-05 10:50:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-05 10:50:20 +0200 |
commit | 0f702755173e57a6b5d1b6d8e5d2abdc993e2cf0 (patch) | |
tree | 7fab86e5c6ff3077958315dc32217da4bdae12fa | |
parent | 1f1b5cbc0f29c7f07593a4429f73d9b5f47063d2 (diff) | |
download | mate-backgrounds-0f702755173e57a6b5d1b6d8e5d2abdc993e2cf0.tar.bz2 mate-backgrounds-0f702755173e57a6b5d1b6d8e5d2abdc993e2cf0.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 bc15168..5ab6235 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,6 @@ variables: build_scripts: - ./autogen.sh - - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in - ./configure - make |