diff options
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 |