~ruther/guix-local

70c68ed5559c0bfa9a1e44a4376e9d28d5b37d81 — Tobias Geerinckx-Rice 8 years ago 026f6a4
gnu: system->defconfig: Fix typo.

* gnu/packages/linux.scm (system->defconfig): Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 131,7 131,7 @@

(define-public (system->defconfig system)
  "Some systems (notably powerpc-linux) require a special target for kernel
defconfig.  Return the appropiate make target if applicable, otherwise return
defconfig.  Return the appropriate make target if applicable, otherwise return
\"defconfig\"."
  (cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
        ((string-prefix? "powerpc64le-" system) "ppc64_defconfig")