From cc9159a29ce35f7219f20dc78170699eb66a6c19 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 27 Sep 2010 17:26:11 +0200 Subject: [PATCH] heimdal: fixed typo in conditional checking if $prefix_auto is set --- security/heimdal/heimdal.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/heimdal/heimdal.conf b/security/heimdal/heimdal.conf index 7307b45f0..80e2a1f93 100644 --- a/security/heimdal/heimdal.conf +++ b/security/heimdal/heimdal.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../heimdal/heimdal.conf -# Copyright (C) 2007 - 2008 The OpenSDE Project +# Copyright (C) 2007 - 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -13,7 +13,7 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -if [ $prefix_auto=1 ]; then +if [ $prefix_auto = 1 ]; then prefix=opt/heimdal set_confopt fi