Fix make debian-package

Change-Id: I3474889d18036c239b22c7a21d8e949072250fbb
Reviewed-on: https://code.wireshark.org/review/2042
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Balint Reczey 2014-06-09 01:02:08 +07:00 committed by Evan Huus
parent 1fcc673cc0
commit e04f321c67
1 changed files with 1 additions and 0 deletions

View File

@ -1159,6 +1159,7 @@ rpm-package: dist
debian-package: debian/rules
@if test x$(HAVE_DPKG_BUILDPACKAGE) = xyes ; then \
rm -f config.h ; \
dpkg-buildpackage -rfakeroot -us -uc ; \
else \
echo "Error: Debian packaging tools not found." ; \