diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index eb8bcc6..e97abfe 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: - dh $@ --with autoreconf,gir + dh $@ --with autoreconf,gir,systemd override_dh_autoreconf: if [ ! -e po/ayatana-indicator-messages.pot.bak ]; then \ |