Files
scst/debian
Bart Van Assche fc2135c345 debian: fix wrong kernel version used in preinst
This script is used in the non-dkms scst package. The purpose of package
is to determine kernel location at compile-time, as opposed to the
package installation time. However, calling `uname -r` in package
installation time violates that idea because it would get some random
kernel that was running on the machine. This problem is particularly
seen in containers, because in those `uname` shows the kernel running on
the host, rather than the one running inside container.

Fix this by determining the kernel location in `preinst` script at
compile time as well.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9424 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2021-05-20 04:01:46 +00:00
..
2020-08-29 03:17:06 +00:00

SCST source code
----------------

SCST source code is available at https://sourceforge.net/p/scst/svn/HEAD/tree/.


 -- Bart Van Assche <bvanassche@acm.org>  Fri, 12 Jan 2018 20:14:02 -0800