]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-perldep.patch
- added olddir definitions
[packages/mysql.git] / mysql-perldep.patch
1 --- mysql-3.22.30.pius/find-perl-requires       Thu Jan  1 01:00:00 1970
2 +++ mysql-3.22.30/find-perl-requires    Fri Feb  4 18:15:29 2000
3 @@ -0,0 +1,11 @@
4 +#!/bin/sh
5 +ulimit -c 0
6 +
7 +filelist=`sed "s/['\"]/\\\&/g"`
8 +
9 +requires="`echo $filelist|/usr/lib/rpm/find-requires`"
10 +requires_perl="`/usr/lib/rpm/perl.req $filelist|grep -v 'perl(the)'|grep -v 'perl(mysql)'`"
11 +requires_mod="`rpm -q --whatprovides --qf "%{NAME}\n"  $requires_perl 2>/dev/null`"
12 +echo "$requires
13 +$requires_perl
14 +$requires_mod"|  sort -u
This page took 0.022504 seconds and 3 git commands to generate.