Explorar el Código

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

master
XeonSquared hace 9 meses
padre
commit
2edbb42aa4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      lib/pkgman.lua

+ 2
- 0
lib/pkgman.lua Ver fichero

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


local function getSources() local function getSources()


Cargando…
Cancelar
Guardar