From 8581fb999d3ae4ddecac0a8c064710b9fa02f43d Mon Sep 17 00:00:00 2001 From: ison Date: Thu, 29 Oct 2020 13:09:53 -0600 Subject: nongnu: steam: Update comment. * nongnu/packages/steam-client.scm (ld.so.conf->ld.so.cache): Fix ld-conf variable name in comment. --- nongnu/packages/steam-client.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index 138d106..453e16a 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -222,7 +222,7 @@ (let ((ldconfig (string-append #$glibc-for-fhs "/sbin/ldconfig"))) (invoke ldconfig "-X" ; Don't update symbolic links. - "-f" #$ld-conf ; Use #$configuration as configuration file. + "-f" #$ld-conf ; Use #$ld-conf as configuration file. "-C" #$output)))))) ; Use #$output as cache file. (define* (fhs-union inputs #:key (name "fhs-union") (version "0.0") (system "x86_64-linux")) -- cgit v1.2.3