|
|
@ -55,6 +55,8 @@ if [ ".$root" = ".-s" ]; then |
|
|
|
pkgdir=../PKG |
|
|
|
pkgdir=../PKG |
|
|
|
elif [ -d ../../PKG ]; then |
|
|
|
elif [ -d ../../PKG ]; then |
|
|
|
pkgdir=../../PKG |
|
|
|
pkgdir=../../PKG |
|
|
|
|
|
|
|
elif [ -d ../../ftp/current/SRC ]; then |
|
|
|
|
|
|
|
pkgdir=../../ftp/current/SRC |
|
|
|
else |
|
|
|
else |
|
|
|
pkgdir=.. |
|
|
|
pkgdir=.. |
|
|
|
fi |
|
|
|
fi |
|
|
|