mirror of
https://github.com/BioArchLinux/Rosa.git
synced 2025-03-10 12:02:43 +00:00
fix: license and arch would be multi
This commit is contained in:
parent
34c6ca418c
commit
47f35c5a45
1 changed files with 0 additions and 2 deletions
2
rosa.lua
2
rosa.lua
|
@ -74,12 +74,10 @@ local function get_content(pkgdir)
|
|||
local desc_res = ""
|
||||
-- read license --
|
||||
local desc_res = get_string("%LICENSE%", desc_tmp)
|
||||
desc_res = desc_res:gsub("\n", "")
|
||||
table.insert(license_ct, desc_res)
|
||||
local desc_res = ""
|
||||
-- read arch --
|
||||
local desc_res = get_string("%ARCH%", desc_tmp)
|
||||
desc_res = desc_res:gsub("\n", "")
|
||||
table.insert(arch_ct, desc_res)
|
||||
local desc_res = ""
|
||||
-- read builddate --
|
||||
|
|
Loading…
Add table
Reference in a new issue