Ignore:
Timestamp:
Nov 1, 2010, 11:33:19 AM (15 years ago)
Author:
Yuri Dario
Message:

spec: fixed perl paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/perl.spec

    r11 r72  
    4242%install
    4343rm -rf %{buildroot}
    44 mkdir -p %{buildroot}/usr/bin
     44mkdir -p %{buildroot}%{_bindir}
    4545
    46 cp usr/bin/perl %{buildroot}/usr/bin
     46cp usr/bin/perl %{buildroot}%{_bindir}
    4747
    4848%clean
     
    5151%files
    5252%defattr(-,root,root)
    53 /usr/bin/perl
     53%{_bindir}/perl
Note: See TracChangeset for help on using the changeset viewer.