Changeset 248 for spec/trunk/SPECS


Ignore:
Timestamp:
Dec 16, 2011, 2:51:44 PM (14 years ago)
Author:
Yuri Dario
Message:

spec: ash provides also /usr/bin/sh for compatibility with new scripts.

File:
1 edited

Legend:

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

    r236 r248  
    22Name: ash
    33Version: 0.0.0
    4 Release: 7%{?dist}
     4Release: 8%{?dist}
    55License: BSD
    66Group: System Environment/Shells
     
    6666cp -p bin/ash.exe %{buildroot}%{_bindir}/sh.exe
    6767ln -s %{_bindir}/sh.exe %{buildroot}/@unixroot/bin/sh
     68ln -s %{_bindir}/sh.exe %{buildroot}%{_bindir}/sh
    6869
    6970cp -p usr/man/man1/ash.1.gz %{buildroot}%{_mandir}/man1/ash.1.gz
     
    110111%defattr(-,root,root)
    111112/@unixroot/bin/sh
    112 %{_bindir}/sh.exe
     113%{_bindir}/sh*
    113114#/bin/bsh
    114115%{_mandir}/man1/*
    115116
    116117%changelog
     118* Tue Dec 13 2011 yd
     119- provides also /usr/bin/sh for compatibility with new scripts.
     120
    117121* Wed Nov 16 2011 yd
    118122- keep all executables to /usr/bin and place symlinks in /bin
Note: See TracChangeset for help on using the changeset viewer.