ソースを参照

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