소스 검색

have pkgman create the directories it needs rather than fail for cryptic reasons

master
XeonSquared 9 달 전
부모
커밋
2edbb42aa4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      lib/pkgman.lua

+ 2
- 0
lib/pkgman.lua 파일 보기

@@ -7,6 +7,8 @@ pkg.sourcePath = pkg.cfgPath .. "/sources.cfg"
pkg.installedPath = pkg.cfgPath .. "/installed.cfg"
local w, lz16 = pcall(require,"liblz16")
if not w then lz16 = nil end
fs.makeDirectory("/boot/pkg")
fs.makeDirectory("/boot/cfg/pkg")
require "pkgfs"

local function getSources()


불러오는 중...
취소
저장