mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
Fix nerd-fonts
This commit is contained in:
@@ -14,7 +14,7 @@ Requires: %{lua:
|
||||
local x = ""
|
||||
local ver = rpm.expand("%{version}")
|
||||
for font in (rpm.expand("%{flist}")):gmatch("[^ ]+") do
|
||||
x = x .. font:lower().."="..ver.." "
|
||||
x = x .. font:lower().."-nerd-fonts".."="..ver.." "
|
||||
end
|
||||
print(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user