Commit 47031f64 authored by claes's avatar claes

bugfix

parent a7aa81b8
...@@ -53,7 +53,7 @@ set_env() ...@@ -53,7 +53,7 @@ set_env()
if [ $module = "kernel" ]; then if [ $module = "kernel" ]; then
module=src module=src
fi fi
sroot=${pwre_sroot%/*} sroot=${1%/*}
export pwre_croot=$sroot export pwre_croot=$sroot
export pwre_sroot=$sroot/$module export pwre_sroot=$sroot/$module
export pwre_kroot=$sroot/src export pwre_kroot=$sroot/src
......
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