mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 22:42:17 +08:00
minor tweaks
This commit is contained in:
parent
63e2e788b0
commit
f44ad98d55
@ -62,7 +62,7 @@ params and data are coming in from outside your code.
|
||||
|
||||
%prep
|
||||
%setup -n %{cpanname}-%{version}
|
||||
chmod -x Changes
|
||||
%__chmod -x Changes
|
||||
|
||||
|
||||
%build
|
||||
|
@ -80,6 +80,7 @@ EOF
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{perl5_vendorarch}/XML
|
||||
%attr(0444,root,root) %{perl5_vendorarch}/XML/Parser.pm
|
||||
%dir %{perl5_vendorarch}/XML/Parser
|
||||
|
Loading…
Reference in New Issue
Block a user