Jiri Slaby
025e9b725f
- Add kdump-fillupdir-fixes.patch and correct specfile to build with new fillupdir location - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) OBS-URL: https://build.opensuse.org/request/show/554601 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=142
14 lines
337 B
Diff
14 lines
337 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 77205e1..3032d3d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -182,7 +182,7 @@ ADD_CUSTOM_TARGET(
|
|
INSTALL(FILES
|
|
${CMAKE_CURRENT_BINARY_DIR}/sysconfig.kdump
|
|
DESTINATION
|
|
- /var/adm/fillup-templates/
|
|
+ /usr/share/fillup-templates/
|
|
)
|
|
|
|
ADD_CUSTOM_COMMAND(
|