Changeset 16 for spec/trunk/SPECS/bash.spec
- Timestamp:
- Sep 13, 2010, 1:48:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bash.spec
r11 r16 56 56 %install 57 57 rm -rf %{buildroot} 58 mkdir -p %{buildroot}/ bin59 mkdir -p %{buildroot} /usr/bin58 mkdir -p %{buildroot}/@unixroot/bin 59 mkdir -p %{buildroot}%{_bindir} 60 60 61 cp usr/bin/bash.exe %{buildroot}/ usr/bin/bash.exe62 cp usr/bin/bash.exe %{buildroot} /bin/bash63 #cp usr/bin/bash.exe %{buildroot} /bin/sh61 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 64 64 65 65 #%post … … 99 99 %files 100 100 %defattr(-,root,root) 101 / bin/bash102 /usr/bin/bash.exe101 /@unixroot/bin/bash 102 %{_bindir}/bash.exe 103 103 #/bin/bsh 104 104 #%{_mandir}/man1/*
Note:
See TracChangeset
for help on using the changeset viewer.