|
|
@@ -104,6 +104,8 @@ if [ ".$bs" = .1 ]; then
|
|
|
srcdir=.
|
|
|
if [ -d ../../DST ]; then
|
|
|
dstdir=../../DST/openpkg
|
|
|
+ elif [ -d ../../dst ]; then
|
|
|
+ dstdir=../../dst/openpkg
|
|
|
else
|
|
|
dstdir=.
|
|
|
fi
|
|
|
@@ -116,6 +118,10 @@ if [ ".$bs" = .1 ]; then
|
|
|
pkgdir=../../PKG/SRC
|
|
|
elif [ -d ../../PKG ]; then
|
|
|
pkgdir=../../PKG
|
|
|
+ elif [ -d ../../pkg/src ]; then
|
|
|
+ pkgdir=../../pkg/src
|
|
|
+ elif [ -d ../../pkg ]; then
|
|
|
+ pkgdir=../../pkg
|
|
|
else
|
|
|
pkgdir=..
|
|
|
fi
|