Skip to content
Snippets Groups Projects
Commit 1a8d48a0 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent e7c6b482
No related branches found
No related tags found
No related merge requests found
......@@ -68,11 +68,17 @@ cd $ZIPR_CALLBACKS
make || exit
make install || exit
cd $ZIPR_HOME
scons || exit
cd $ZIPR_SCFI_PLUGIN
scons || exit
if [ -d $ZIPR_HOME ];
cd $ZIPR_HOME
scons || exit
fi
if [ -d $ZIPR_SCFI_PLUGIN ];
then
cd $ZIPR_SCFI_PLUGIN
scons || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
scons || exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment