Skip to content
Snippets Groups Projects
Commit e434cbeb authored by dkirov's avatar dkirov
Browse files

[astro] fixes for BSD

parent 76d6649d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#!/usr/bin/env bash
echo "[encoding: UTF-8]" > po/POTFILES.in \
&& ls data/gajim.desktop.in.in data/glade/*.glade \
src/*py src/common/*py src/common/zeroconf/*.py -1 -U >> \
&& ls -1 -U data/gajim.desktop.in.in data/glade/*.glade \
src/*py src/common/*py src/common/zeroconf/*.py >> \
po/POTFILES.in || exit 1
set -x
intltoolize --force --automake \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment