summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-18 14:50:53 +0000
committerdavidovski <david@davidovski.xyz>2022-01-18 14:50:53 +0000
commitcd060a147fa95471a3af8ff508a25c715cddd399 (patch)
tree6002c9dda06f3fa2c9f2dfc1856a913c1ea02239 /repo
parent887cfa940a23b9faae7a313d39c60626212481c0 (diff)
ignored failed patches for krb5
Diffstat (limited to 'repo')
-rw-r--r--repo/system/krb5.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild
index 1057dcc..d08e40d 100644
--- a/repo/system/krb5.xibuild
+++ b/repo/system/krb5.xibuild
@@ -17,9 +17,9 @@ prepare () {
cd src &&
- sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp &&
- sed -i -e '/eq 0/{N;s/12 //}' plugins/kdb/db2/libdb2/test/run.test &&
- sed -i '/t_iprop.py/d' tests/Makefile.in
+ sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp || true
+ sed -i -e '/eq 0/{N;s/12 //}' plugins/kdb/db2/libdb2/test/run.test || true
+ sed -i '/t_iprop.py/d' tests/Makefile.in || true
}
build () {