8 Feb
2024
8 Feb
'24
10:42
https://bugzilla.suse.com/show_bug.cgi?id=1219721 https://bugzilla.suse.com/show_bug.cgi?id=1219721#c1 --- Comment #1 from Dr. Werner Fink <werner@suse.com> --- I use the workaround stat = posix.stat("/var/cache/man") if not stat then domkdir = true elseif not (stat.type == "directory") then domkdir = true os.remove("/var/cache/man") end seems to work -- You are receiving this mail because: You are on the CC list for the bug.