Dont break if patch applied
This commit is contained in:
parent
c5191b780c
commit
161fa05240
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
patch /usr/bin/makepkg < makepkg.patch
|
patch /usr/bin/makepkg -N < makepkg.patch
|
||||||
|
|
||||||
puppet apply manifests/main.pp --modulepath=modules/ --verbose
|
puppet apply manifests/main.pp --modulepath=modules/ --verbose
|
||||||
|
|
||||||
patch /usr/bin/makepkg -R < makepkg.patch
|
patch /usr/bin/makepkg -NR < makepkg.patch
|
||||||
|
|
Loading…
Reference in a new issue