From 33ab8623f7c841d729d17d512b0f987f89baa15e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 10 Jan 2026 06:55:09 -0500 Subject: Stoopid quoting issue. --- bin/makepkgdb.pl | 1 + 1 file changed, 1 insertion(+) 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" } -- cgit v1.2.3