summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 198322b..f608498 100755
--- a/setup.sh
+++ b/setup.sh
@@ -5,7 +5,7 @@ set -e
cd $(dirname $0)
cd unrpyc
-make $MAKEOPTS install
+make $MAKEOPTS install || true
cd ..
make $MAKEOPTS