mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: guix: Install OpenRC init files to $(prefix)/etc.
This is a followup to cabac732de.
* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "openrcservicedir" in 'nix/local.mk'.
This commit is contained in:
@@ -198,6 +198,13 @@
|
||||
(string-append "sysvinitservicedir = \
|
||||
$(prefix)/etc/init.d\n")))
|
||||
|
||||
;; Install OpenRC init files to $(prefix)/etc rather
|
||||
;; than to /etc.
|
||||
(substitute* "nix/local.mk"
|
||||
(("^openrcservicedir = .*$")
|
||||
(string-append "openrcservicedir = \
|
||||
$(prefix)/etc/init.d\n")))
|
||||
|
||||
(invoke "sh" "bootstrap")))
|
||||
(add-before 'build 'use-host-compressors
|
||||
(lambda* (#:key inputs target #:allow-other-keys)
|
||||
|
||||
Reference in New Issue
Block a user