[astro] fixes for BSD
This commit is contained in:
parent
76d6649d66
commit
e434cbeb38
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
||||||
&& ls data/gajim.desktop.in.in data/glade/*.glade \
|
&& ls -1 -U data/gajim.desktop.in.in data/glade/*.glade \
|
||||||
src/*py src/common/*py src/common/zeroconf/*.py -1 -U >> \
|
src/*py src/common/*py src/common/zeroconf/*.py >> \
|
||||||
po/POTFILES.in || exit 1
|
po/POTFILES.in || exit 1
|
||||||
set -x
|
set -x
|
||||||
intltoolize --force --automake \
|
intltoolize --force --automake \
|
||||||
|
|
Loading…
Add table
Reference in a new issue