Changeset 202 for spec/trunk/SPECS/ash.spec
- Timestamp:
- Sep 9, 2011, 4:16:48 PM (14 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/ash.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/ash.spec
r168 r202 2 2 Name: ash 3 3 Version: 0.0.0 4 Release: 5%{?dist}4 Release: 6%{?dist} 5 5 License: BSD 6 6 Group: System Environment/Shells … … 64 64 mkdir -p %{buildroot}%{_mandir}/man1 65 65 66 cp bin/ash.exe %{buildroot}/@unixroot/bin/sh.exe66 cp -p bin/ash.exe %{buildroot}/@unixroot/bin/sh.exe 67 67 ln -s sh.exe %{buildroot}/@unixroot/bin/sh 68 68 69 cp usr/man/man1/ash.1.gz %{buildroot}%{_mandir}/man1/ash.1.gz69 cp -p usr/man/man1/ash.1.gz %{buildroot}%{_mandir}/man1/ash.1.gz 70 70 71 71 #ln -sf ash.1 %{buildroot}%{_mandir}/man1/bsh.1
Note:
See TracChangeset
for help on using the changeset viewer.
