We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df376a8 commit 6ad6db5Copy full SHA for 6ad6db5
1 file changed
src/ode/setup/setup.sh
@@ -359,6 +359,14 @@ rm -rf ${objdir}/ode/bin/makepath
359
cp ${objdir}/ode/bin/build/build ${bindir}/build
360
rm -rf ${objdir}/ode/bin/build
361
362
+#
363
+# program to workon sandbox
364
365
+(cd ode/bin/workon; \
366
+ make ${MAKEOPTIONS} workon)
367
+cp ${objdir}/ode/bin/workon/workon ${bindir}/workon
368
+rm -rf ${objdir}/ode/bin/workon
369
+
370
#
371
# program to install in non-sandbox environment
372
0 commit comments