install.sh
changeset 102 485d3f7d6981
parent 81 89b71a9abfcf
child 159 78b6b06188d3
--- a/install.sh	Fri Aug 07 02:40:34 2009 +0200
+++ b/install.sh	Sun Aug 09 00:37:56 2009 +0000
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id$
 #
 # Installation script for the Virtual Mail Manager
 # run: ./install.sh
@@ -12,7 +11,7 @@
 PF_GID=$(id -g $(postconf -h mail_owner))
 LOCALE_DIR=${PREFIX}/share/locale
 DOC_DIR=${PREFIX}/share/doc/vmm
-if [ ${PREFIX} == "/usr" ]; then
+if [ ${PREFIX} = "/usr" ]; then
     MANDIR=${PREFIX}/share/man
 else
     MANDIR=${PREFIX}/man