diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-26 17:03:07 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-26 17:03:07 -0700 |
commit | 68114a57d776585865056ad5fb71d41bb741cd06 (patch) | |
tree | 9a33820cf2dfa176082f19e8cf00836fab4b6899 /packages/redhat | |
parent | 179f48250952501c8ad36ac0ed6389159a25bf82 (diff) | |
download | vyos-cloud-init-68114a57d776585865056ad5fb71d41bb741cd06.tar.gz vyos-cloud-init-68114a57d776585865056ad5fb71d41bb741cd06.zip |
Add a nice '-p1'
Diffstat (limited to 'packages/redhat')
-rw-r--r-- | packages/redhat/cloud-init.spec.in | 2 |
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 |