From 33833118620a57b132bd2ebe74bd303a8b92a2c1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 15 Jul 2010 15:23:12 -0400 Subject: [PATCH] Fix typo that prevented debian from matching --- 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