소스 검색

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