Fix bug #2405: build debian-package broken: misspelled variable in Makefile.am
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 4 Apr 2008 06:24:10 +0000 (06:24 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 4 Apr 2008 06:24:10 +0000 (06:24 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24768 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index e3bab7f4081fc7c0f4df03797bdd08cc592dc05b..d707f3df56ef68f2e6d8f476195b57944bfdfe5a 100644 (file)
@@ -926,7 +926,7 @@ srpm-package: dist
        fi
 
 debian-package: debian/rules
-       @if test x$(HAVE_DPKG_BUILDPAKCAGE) = xyes ; then \
+       @if test x$(HAVE_DPKG_BUILDPACKAGE) = xyes ; then \
                dpkg-buildpackage -rfakeroot -us -uc ; \
        else \
                echo "Error: Debian packaging tools not found." ; \