Changeset 21689 for trunk/tools/install
- Timestamp:
- Oct 3, 2011, 1:35:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.spec
r21688 r21689 9 9 %define ver_patch 1 10 10 11 %define rpm_release 211 %define rpm_release 3 12 12 13 13 Name: odin … … 360 360 mkdir -p %{buildroot}%{odin_systemdir}/ 361 361 cp -dp system32/*.dll %{buildroot}%{odin_systemdir}/ 362 cp -dp system32/*.exe %{buildroot}%{odin_systemdir}/363 362 cp -dp system32/win32k.sys %{buildroot}%{odin_systemdir}/ 364 363 365 364 mkdir -p %{buildroot}%{odin_bindir}/ 366 cp system32/*.exe %{buildroot}%{odin_bindir}/365 cp -dp system32/*.exe %{buildroot}%{odin_bindir}/ 367 366 368 367 # these are internal tools that should not be in PATH … … 382 381 %changelog 383 382 383 * Mon Oct 03 2011 Dmitriy Kuminov <coding/dmik.org> - 0.7.1-3 384 - Remove executables from "libodin" (they are provided by "odin-exe-tools"). 385 384 386 * Sun Oct 02 2011 Dmitriy Kuminov <coding/dmik.org> - 0.7.1-2 385 387 - Add "KLIBC\OdinPath" to OS2.INI needed for some applications.
Note:
See TracChangeset
for help on using the changeset viewer.