From: Todd C. Miller Date: Thu, 15 Jul 2010 19:22:57 +0000 (-0400) Subject: Fix typo that prevented debian from matching X-Git-Tag: SUDO_1_7_4~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32585e47b12e6b4c6356206c9ccea5df0a86c478;p=sudo Fix typo that prevented debian from matching --HG-- branch : 1.7 --- diff --git a/mkpkg b/mkpkg index fba659a59..4d2a51a9a 100755 --- a/mkpkg +++ b/mkpkg @@ -94,7 +94,7 @@ case "$platform" in make_opts='docdir=$(datarootdir)/doc/packages/$(PACKAGE_TARNAME)' ;; - deb.*) + deb*) prefix=/usr # Note, must indent with tabs, not spaces due to IFS trickery if test "${SUDO_FLAVOR:-vanilla}" == "ldap"; then