Dont break if patch applied

This commit is contained in:
Jake Howard 2017-10-11 21:29:53 +01:00
parent c5191b780c
commit 161fa05240
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -2,8 +2,8 @@
set -e
patch /usr/bin/makepkg < makepkg.patch
patch /usr/bin/makepkg -N < makepkg.patch
puppet apply manifests/main.pp --modulepath=modules/ --verbose
patch /usr/bin/makepkg -R < makepkg.patch
patch /usr/bin/makepkg -NR < makepkg.patch