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 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" } |
