From cd56a623d78e41780fe06f3e2446847f190ed7ce Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sat, 4 Sep 2010 15:28:09 +0200 Subject: Fix typo --- debian/mailgraph.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index e52d51c..652fb6c 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -24,7 +24,7 @@ DEFAULT="/usr/share/mailgraph/default.conf" case "$1" in configure) - $tempfile=`mktemp` + tempfile=`mktemp` cp -p /usr/share/mailgraph/default.conf ${tempfile} # Merge debconf values into the configuration -- cgit v1.2.3