add separator between patch rule sets
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 12 Apr 2004 20:03:23 +0000 (20:03 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 12 Apr 2004 20:03:23 +0000 (20:03 +0000)
Patchrules

index 10b6fce..4662946 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 2003  The Trustees of Princeton University (Trustees).
 # 
-# $Id: Patchrules,v 1.1 2004/04/09 19:24:00 mlh-pl_rpm Exp $
+# $Id: Patchrules,v 1.2 2004/04/09 19:37:19 alk-pl_rpm Exp $
 #
 
 while read PatchSet n ; do
@@ -12,6 +12,7 @@ while read PatchSet n ; do
 [ "$PatchSet" != "PatchSet" ] && continue;
 
 cat <<EOF
+
 # In case the spec file did not explicitly list the PatchSet
 ifeq (\$(origin Patch${n}),undefined)
 Patch${n} := \$(package)-${n}.patch.bz2