Changeset 236 for spec/trunk/SPECS/bash.spec
- Timestamp:
- Nov 16, 2011, 10:46:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bash.spec
r202 r236 5 5 Name: bash 6 6 Version: %{baseversion}%{patchleveltag} 7 Release: 5%{?dist}7 Release: 6%{?dist} 8 8 License: BSD 9 9 Group: System Environment/Shells … … 57 57 rm -rf %{buildroot} 58 58 mkdir -p %{buildroot}/@unixroot/bin 59 mkdir -p %{buildroot}%{_bindir} 59 60 60 cp -p usr/bin/bash.exe %{buildroot} /@unixroot/bin/bash.exe61 ln -s bash.exe %{buildroot}/@unixroot/bin/bash61 cp -p usr/bin/bash.exe %{buildroot}%{_bindir}/bash.exe 62 ln -s %{_bindir}bash.exe %{buildroot}/@unixroot/bin/bash 62 63 63 64 #%post … … 98 99 %defattr(-,root,root) 99 100 /@unixroot/bin/bash 100 /@unixroot/bin/bash.exe101 %{_bindir}/bash.exe 101 102 #/bin/bsh 102 103 #%{_mandir}/man1/* 104 105 %changelog 106 * Wed Nov 16 2011 yd 107 - keep all executables to /usr/bin and place symlinks in /bin
Note:
See TracChangeset
for help on using the changeset viewer.