packages: linux: Remove unecessary substitution on thinkfan's CMakeLists.txt
parent
0b0e9e0829
commit
0299ce63d7
|
@ -16,7 +16,5 @@
|
||||||
(add-after 'unpack 'create-init-scripts
|
(add-after 'unpack 'create-init-scripts
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("pkg_check_modules\\((SYSTEMD|OPENRC).*" _)
|
|
||||||
"")
|
|
||||||
(("/etc" directory)
|
(("/etc" directory)
|
||||||
(string-append #$output directory))))))))))
|
(string-append #$output directory))))))))))
|
||||||
|
|
Loading…
Reference in New Issue