diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-01-10 06:55:09 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-01-10 06:55:09 -0500 |
| commit | 33ab8623f7c841d729d17d512b0f987f89baa15e (patch) | |
| tree | 0afd163d300c039d1cde86dafbb82ccf04697060 | |
| parent | 58422293c1fc7a2f54321c70d9e05bb56d31c90a (diff) | |
| download | limnoria.slackfacts.plugins-33ab8623f7c841d729d17d512b0f987f89baa15e.tar.gz | |
| -rwxr-xr-x | bin/makepkgdb.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/makepkgdb.pl b/bin/makepkgdb.pl index 51ceb24..3791787 100755 --- a/bin/makepkgdb.pl +++ b/bin/makepkgdb.pl @@ -213,6 +213,7 @@ for(@pkglists) { my @symlinklist = getsymlinklist($pkgname); for my $f (@filelist) { + $f =~ s,','',g; print "insert into files values (null, '/$f', 0, $pkg_id);\n" } |
