summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.sh b/setup.sh
index 97001b2..198322b 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,13 +1,11 @@
-#!/bin/bash
+#!/bin/sh
set -e
cd $(dirname $0)
-git submodule update --init
-
-pushd unrpyc
+cd unrpyc
make $MAKEOPTS install
-popd
+cd ..
make $MAKEOPTS