浏览代码

support new FTP server structure

Ralf S. Engelschall 24 年之前
父节点
当前提交
7364f0f1ff
共有 1 个文件被更改,包括 2 次插入0 次删除
  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