diff options
Diffstat (limited to 'bin/makepkgdb.pl')
| -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 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" } |
