From: Sarantis Paskalis <paskalis@di.uoa.gr>
Date: Mon, 11 Jun 2001 12:17:26 +0000 (+0000)
Subject: fix typo in %post
X-Git-Tag: v_2_9_9~339
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/developer-manual/@default-cgi@send-stylesheet?a=commitdiff_plain;h=1600e2fcbed999451cf6790ae7c4b9e17d57bff6;p=privoxy.git

fix typo in %post
---

diff --git a/junkbuster-rh.spec b/junkbuster-rh.spec
index 5d09d173..8b78a26c 100644
--- a/junkbuster-rh.spec
+++ b/junkbuster-rh.spec
@@ -1,4 +1,4 @@
-# $Id: junkbuster-rh.spec,v 1.5 2001/06/09 09:14:11 swa Exp $
+# $Id: junkbuster-rh.spec,v 1.6 2001/06/11 11:28:25 sarantis Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # IJBSWA team.  http://ijbswa.sourceforge.net
@@ -26,6 +26,9 @@
 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 # $Log: junkbuster-rh.spec,v $
+# Revision 1.6  2001/06/11 11:28:25  sarantis
+# Further optimizations and adaptations in the spec file.
+#
 # Revision 1.5  2001/06/09 09:14:11  swa
 # shamelessly adapted RPM stuff from the newest rpm that
 # RedHat provided for the JB.
@@ -115,7 +118,7 @@ cat config | \
     $RPM_BUILD_ROOT/etc/junkbuster/config
 
 %post
-if {[ "$1" = "1" ]; then
+if [ "$1" = "1" ]; then
         /sbin/chkconfig --add junkbuster
 fi