From 58422293c1fc7a2f54321c70d9e05bb56d31c90a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 10 Jan 2026 06:54:11 -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 6591d2f..51ceb24 100755 --- a/bin/makepkgdb.pl +++ b/bin/makepkgdb.pl @@ -217,6 +217,7 @@ for(@pkglists) { } for my $f (@symlinklist) { + $f =~ s,','',g; print "insert into files values (null, '/$f', 1, $pkg_id);\n" } -- cgit v1.2.3