Fix typo in templates creation.
authorhal9 <hal9@users.sourceforge.net>
Tue, 2 Jul 2002 11:43:20 +0000 (11:43 +0000)
committerhal9 <hal9@users.sourceforge.net>
Tue, 2 Jul 2002 11:43:20 +0000 (11:43 +0000)
privoxy-rh.spec

index 581624d..4175ef2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: privoxy-rh.spec,v 1.33.2.3 2002/06/24 12:13:34 kick_ Exp $
+# $Id: privoxy-rh.spec,v 1.33.2.4 2002/06/26 17:32:45 morcego Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -121,7 +121,7 @@ cat trust | sed -e 's/\r$//' > %{buildroot}%{privoxyconf}/trust
 cd templates
 for i in `ls`
 do
-       cat $i | sed -e 's/\r$//' > buildroot}%{privoxyconf}/templates/$i
+       cat $i | sed -e 's/\r$//' > %{buildroot}%{privoxyconf}/templates/$i
 done
 )
 
@@ -332,6 +332,10 @@ fi
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Tue Jul 02 2002 Hal Burgiss <hal@foobox.net>
++ privoxy-2.9.15-4
+- Fix typo in templates creation.
+
 * Wed Jun 26 2002 Rodrigo Barbosa <rodrigob@tisbrasil.com.br>
 + privoxy-2.9.15-4
 - Fixing issues created by specfile sync between branches
@@ -704,6 +708,9 @@ fi
        additional "-r @" flag.
 
 # $Log: privoxy-rh.spec,v $
+# Revision 1.33.2.4  2002/06/26 17:32:45  morcego
+# Integrating fixed from the main branch.
+#
 # Revision 1.33.2.3  2002/06/24 12:13:34  kick_
 # shut up rpmlint. btw: The vendor tag should be set in you .rpmmacros file, not in the spec file!
 #