Mageia Bugzilla – Attachment 14588 Details for
Bug 31835
Update dkms to version 3.0.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
3rd version of destination override patch
dkms-3.0.12-override-dest-patch (text/plain), 649 bytes, created by
katnatek
on 2024-07-12 02:18:59 CEST
(
hide
)
Description:
3rd version of destination override patch
Filename:
MIME Type:
Creator:
katnatek
Created:
2024-07-12 02:18:59 CEST
Size:
649 bytes
patch
obsolete
>Index: dkms-3.0.12/dkms.in >=================================================================== >--- dkms-3.0.12/dkms.in >+++ dkms-3.0.12/dkms.in 2024-02-09 17:37:35.413999906 -0600 >@@ -549,7 +549,7 @@ > esac > > # Override location for specific distributions >- dest_module_location[$index]="$(override_dest_module_location ${dest_module_location[$index]})" >+ dest_module_location[$index]="$(override_dest_module_location ${dest_module_location[$index]})/$(echo -n ${dest_module_location[$index]}|sed -e 's|^/kernel||')" > > # Fail if no DEST_MODULE_LOCATION > if [[ ! ${DEST_MODULE_LOCATION[$index]} ]]; then
Index: dkms-3.0.12/dkms.in =================================================================== --- dkms-3.0.12/dkms.in +++ dkms-3.0.12/dkms.in 2024-02-09 17:37:35.413999906 -0600 @@ -549,7 +549,7 @@ esac # Override location for specific distributions - dest_module_location[$index]="$(override_dest_module_location ${dest_module_location[$index]})" + dest_module_location[$index]="$(override_dest_module_location ${dest_module_location[$index]})/$(echo -n ${dest_module_location[$index]}|sed -e 's|^/kernel||')" # Fail if no DEST_MODULE_LOCATION if [[ ! ${DEST_MODULE_LOCATION[$index]} ]]; then
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31835
:
14222
|
14223
|
14224
|
14225
|
14344
|
14353
|
14354
|
14355
|
14434
| 14588