diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-21 02:00:57 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-21 02:00:57 (GMT) |
commit | 924c9ccc1f0838cd89d2428bd50caf2540a6d831 (patch) | |
tree | 8e247e78645ad9ccc50b3e519b5082dd05f574cc /scripts/linux-build-dependencies.sh | |
parent | dba4fda81892e02e870f2dc3573fda8ac542271e (diff) |
change back to original directory after opencsg build
Diffstat (limited to 'scripts/linux-build-dependencies.sh')
-rwxr-xr-x | scripts/linux-build-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/linux-build-dependencies.sh b/scripts/linux-build-dependencies.sh index ce9a8b5..c21db09 100755 --- a/scripts/linux-build-dependencies.sh +++ b/scripts/linux-build-dependencies.sh @@ -226,6 +226,7 @@ build_opencsg() make cp -av lib/* $DEPLOYDIR/lib cp -av include/* $DEPLOYDIR/include + cd $OPENSCADDIR } build_eigen() |