Ignore:
Timestamp:
Sep 9, 2011, 4:16:48 PM (14 years ago)
Author:
Yuri Dario
Message:

spec: preserve timestamp when using cp. ticket:23.

File:
1 edited

Legend:

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

    r198 r202  
    22Name: rexx_exe
    33Version: 2006.04.10
    4 Release: 3%{?dist}
     4Release: 4%{?dist}
    55License: None
    66Group: System Environment/Shells
     
    3232rm -rf %{buildroot}
    3333mkdir -p %{buildroot}/%{_bindir}
    34 cp exe/rexx_pm.exe %{buildroot}/%{_bindir}
    35 cp exe/rexx_vio.exe %{buildroot}/%{_bindir}
    36 cp exe/rexx2pm.exe %{buildroot}/%{_bindir}
    37 cp exe/rexx2vio.exe %{buildroot}/%{_bindir}
     34cp -p exe/rexx_pm.exe %{buildroot}/%{_bindir}
     35cp -p exe/rexx_vio.exe %{buildroot}/%{_bindir}
     36cp -p exe/rexx2pm.exe %{buildroot}/%{_bindir}
     37cp -p exe/rexx2vio.exe %{buildroot}/%{_bindir}
    3838
    3939
Note: See TracChangeset for help on using the changeset viewer.