X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-contents;h=929feabfdb586e050b38603163e607d58b6d6107;hb=ec7880f0b240eee1f829a23cdecb4bef75644eb6;hp=6bc470e51e9c59fa0c74cae9657ac20de8c48fd6;hpb=f961fc7796670b908f59b09b17284f9caf47f8af;p=zpackage diff --git a/zpm-contents b/zpm-contents index 6bc470e..929feab 100755 --- a/zpm-contents +++ b/zpm-contents @@ -72,7 +72,7 @@ cols=${cols%,} printf "case\n"; printf "when filetype = 'd' then rtrim(path,'/') || '/'\n" - printf "when filetype = 'l' then printf('%s -> %s', path, target)\n" + printf "when filetype = 'l' then printf('%%s -> %%s', path, target)\n" printf "else path end as path\n" fi printf 'from packagefiles_pkgid\nwhere true\n'