From 32585e47b12e6b4c6356206c9ccea5df0a86c478 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 15 Jul 2010 15:22:57 -0400 Subject: [PATCH] Fix typo that prevented debian from matching --HG-- branch : 1.7 --- mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0