Commit 8c2db24b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

ln after if

parent a378ee3c
...@@ -5,8 +5,8 @@ inherit elphel-misc ...@@ -5,8 +5,8 @@ inherit elphel-misc
do_unpack(){ do_unpack(){
if [ -d ${S} ]; then if [ -d ${S} ]; then
rm -rf ${S} rm -rf ${S}
ln -sf ${VPATH} ${S}
fi fi
ln -sf ${VPATH} ${S}
} }
EXTRA_OEMAKE = " \ EXTRA_OEMAKE = " \
......
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