Changes between Initial Version and Version 2 of Ticket #151
- Timestamp:
- Apr 7, 2017, 1:53:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #151
- Property Owner set to
- Property Status new → accepted
- Property Summary cups: Fix symlinks to executables → cups-filters: Fix symlinks to executables
-
Ticket #151 – Description
initial v2 3 3 Please note that it's enough to only fix the link's target — the link itself doesn't need an .exe extension in order to work from under sh. It's even desirable that the link itself doesn't have an .exe extension — this will avoid recognising it as an executable by native OS/2 tools like CMD.EXE that don't support kLIBC symlinks so they will fail to execute it anyway. 4 4 5 So, in the above case the fix is to make `/@unixroot/usr/bin/driverless` point to `/@unixroot/usr/lib/cpus/driver/driverless.exe` .5 So, in the above case the fix is to make `/@unixroot/usr/bin/driverless` point to `/@unixroot/usr/lib/cpus/driver/driverless.exe`, but no need to add .exe to the symlink itself.