actually do it...
This commit is contained in:
parent
da55becad9
commit
b9a5431406
@ -39,8 +39,6 @@ file=$RPM_BUILD_ROOT%{_mandir}/man3/DBD::mysql.3pm
|
||||
iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
|
||||
mv -f "${file}_" "$file"
|
||||
|
||||
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
|
||||
|
||||
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
|
||||
|
||||
find $RPM_BUILD_ROOT/usr -type f -print | \
|
||||
|
Loading…
Reference in New Issue
Block a user