1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-15 14:57:11 +00:00

restructure

This commit is contained in:
kepler155c@gmail.com
2019-10-30 22:49:30 -06:00
parent ad447f36b5
commit e5a5f76fb3
14 changed files with 276 additions and 2154 deletions

View File

@@ -47,8 +47,8 @@ local function runDir(directory)
end
runDir('sys/autorun')
for name in pairs(Packages:installed()) do
local packageDir = 'packages/' .. name .. '/autorun'
for _, package in pairs(Packages:installedSorted()) do
local packageDir = 'packages/' .. package.name .. '/autorun'
runDir(packageDir)
end
runDir('usr/autorun')