diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-04 13:22:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-04 13:22:30 +0000 |
commit | 3387fc835d999650900f5d80f5bd55c1f3eeffbd (patch) | |
tree | 1798e3919110362d4e4d781b32423a78b1b94ba1 | |
parent | f365e83094e77ffb4e0c2b85e5abcb160fde3883 (diff) | |
download | spec-helper-3387fc835d999650900f5d80f5bd55c1f3eeffbd.tar spec-helper-3387fc835d999650900f5d80f5bd55c1f3eeffbd.tar.gz spec-helper-3387fc835d999650900f5d80f5bd55c1f3eeffbd.tar.bz2 spec-helper-3387fc835d999650900f5d80f5bd55c1f3eeffbd.tar.xz spec-helper-3387fc835d999650900f5d80f5bd55c1f3eeffbd.zip |
Change and fix email address for Perl problems
-rwxr-xr-x | clean_perl | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,6 @@ d=$RPM_BUILD_ROOT/usr/lib/perl5 [ -d $d ] || exit 0 - find $d -name ".packlist" | xargs rm -f # remove file alike /usr/lib/perl5/5.8.*/i386-linux-thread-multi/perllocal.pod @@ -12,8 +11,8 @@ perl -MConfig -e 'unlink "$ENV{RPM_BUILD_ROOT}$Config{installarchlib}/perllocal. for i in $(find $d -name "*.bs"); do if [ -s $i ]; then - echo "non empty *.bs file, please mail pixel@mandrakesoft.com about this!" + echo "non empty .bs file, please mail rgarciasuarez@mandriva.com about this!" else - rm -f $i + rm -f $i fi done |