aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/makepkgdb.pl1
1 files changed, 1 insertions, 0 deletions
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"
}