summaryrefslogtreecommitdiff
path: root/packages/redhat
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-09-26 17:03:07 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-09-26 17:03:07 -0700
commit68114a57d776585865056ad5fb71d41bb741cd06 (patch)
tree9a33820cf2dfa176082f19e8cf00836fab4b6899 /packages/redhat
parent179f48250952501c8ad36ac0ed6389159a25bf82 (diff)
downloadcloud-init-git-68114a57d776585865056ad5fb71d41bb741cd06.tar.gz
Add a nice '-p1'
Diffstat (limited to 'packages/redhat')
-rw-r--r--packages/redhat/cloud-init.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/redhat/cloud-init.spec.in b/packages/redhat/cloud-init.spec.in
index 90e85a05..12f0b144 100644
--- a/packages/redhat/cloud-init.spec.in
+++ b/packages/redhat/cloud-init.spec.in
@@ -72,7 +72,7 @@ ssh keys and to let the user run various scripts.
# Custom patches activation
#set $size = 0
#for $p in $patches
-%patch${size}
+%patch${size} -p1
#set $size += 1
#end for