Add a nice '-p1'

This commit is contained in:
Joshua Harlow 2012-09-26 17:03:07 -07:00
parent c948a32531
commit 21f0512a33
1 changed files with 1 additions and 1 deletions

View File

@ -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