Explorar o código

support new FTP server structure

Ralf S. Engelschall %!s(int64=24) %!d(string=hai) anos
pai
achega
7364f0f1ff
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      openpkg/openpkg.boot

+ 2 - 0
openpkg/openpkg.boot

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