]> granicus.if.org Git - sudo/commitdiff
Fix typo that prevented debian from matching
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Jul 2010 19:23:12 +0000 (15:23 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Jul 2010 19:23:12 +0000 (15:23 -0400)
mkpkg

diff --git a/mkpkg b/mkpkg
index fba659a596e83236c4791ec32ecb01581734c63b..4d2a51a9ae25c25713fbbe53939b398f8b689f8d 100755 (executable)
--- 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