Changeset 82 for spec/trunk/SPECS/bash.spec
- Timestamp:
- Nov 3, 2010, 7:48:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bash.spec
r16 r82 5 5 Name: bash 6 6 Version: %{baseversion}%{patchleveltag} 7 Release: 17 Release: 2 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}60 59 61 cp usr/bin/bash.exe %{buildroot}/@unixroot/bin/bash 62 cp usr/bin/bash.exe %{buildroot}%{_bindir}/bash.exe 63 #cp usr/bin/bash.exe %{buildroot}%{_bindir}/sh 60 cp usr/bin/bash.exe %{buildroot}/@unixroot/bin/bash.exe 61 ln -s bash.exe %{buildroot}/@unixroot/bin/bash 64 62 65 63 #%post … … 100 98 %defattr(-,root,root) 101 99 /@unixroot/bin/bash 102 %{_bindir}/bash.exe100 /@unixroot/bin/bash.exe 103 101 #/bin/bsh 104 102 #%{_mandir}/man1/*
Note:
See TracChangeset
for help on using the changeset viewer.