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/ash.spec

    r168 r202  
    22Name: ash
    33Version: 0.0.0
    4 Release: 5%{?dist}
     4Release: 6%{?dist}
    55License: BSD
    66Group: System Environment/Shells
     
    6464mkdir -p %{buildroot}%{_mandir}/man1
    6565
    66 cp bin/ash.exe %{buildroot}/@unixroot/bin/sh.exe
     66cp -p bin/ash.exe %{buildroot}/@unixroot/bin/sh.exe
    6767ln -s sh.exe %{buildroot}/@unixroot/bin/sh
    6868
    69 cp usr/man/man1/ash.1.gz %{buildroot}%{_mandir}/man1/ash.1.gz
     69cp -p usr/man/man1/ash.1.gz %{buildroot}%{_mandir}/man1/ash.1.gz
    7070
    7171#ln -sf ash.1 %{buildroot}%{_mandir}/man1/bsh.1
Note: See TracChangeset for help on using the changeset viewer.