1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-10-13 18:03:39 -04:00

Correct the invocation of dh without autopoint

This commit is contained in:
John Zaitseff 2015-08-18 12:46:05 +10:00
parent f8d528c8be
commit c79a813d7f

3
debian/rules vendored
View File

@ -4,8 +4,7 @@
# Copyright (C) 2011-15, John Zaitseff # Copyright (C) 2011-15, John Zaitseff
%: %:
export AUTOPOINT=true # Do not update GNU Gettext files env AUTOPOINT=true dh $@ --with autoreconf
dh $@ --with autoreconf
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --bindir=/usr/games dh_auto_configure -- --prefix=/usr --bindir=/usr/games