summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index a722624..0c429a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,8 @@ LOCAL_REAL_BRANCH = $(realpath $(LOCAL_BRANCH))
endif
pre-build::
- # workaround cdbs that does not run aclocal if no aclocal.m4 file exists
- touch aclocal.m4
+ # run intltoolize before updating the build system
+ intltoolize -f
GET_SOURCE = \
set -e; \