Commit ad398d2f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added mkdirs for elphel/elphel393 so links could be created

parent c360c297
......@@ -67,6 +67,12 @@ if [ ! -h "$CONFIGS/$EZYNQ" ]; then
fi
echo "Step 3c: Creating symbolic links for separate files (a suffix is added to the originals)"
if [ ! -d "board/elphel" ]; then
mkdir "board/elphel"
fi
if [ ! -d "board/elphel/elphel393" ]; then
mkdir "board/elphel/elphel393"
fi
for SRC in $(find $UBOOT_TREE -type f -not -path "$UBOOT_TREE/$CONFIGS/$EZYNQ/*")
do
LINK=$(echo $SRC | sed "s:^$UBOOT_TREE/::")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment