From 523ea141d01bf8971a0d6af6e155ff0be89fe69c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 25 Aug 2013 00:06:34 +0200 Subject: [PATCH] Ignore possible relicts from mock. --- mock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mock.sh b/mock.sh index 9a4bc43..1dff30e 100755 --- a/mock.sh +++ b/mock.sh @@ -341,7 +341,7 @@ if test -n "$was_build"; then createrepo results fi # admit all the build errors and ugly warnings to everyone - chmod a+r $REPORTS/* + chmod a+r $REPORTS/* || true fi if test -n "$was_external"; then if test "$CONF" != "pbuilder"; then -- 1.8.2.3