]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
stage2: remove wrong curly brackets.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Jan 2022 14:35:07 +0000 (14:35 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Jan 2022 14:35:07 +0000 (14:35 +0000)
It is not allowed use this with only one parameter.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/stage2

index daa98765e580229f27155915acaaf9d52bdff269..3876060ce2250766f65e7e550263bd32344a1e1c 100644 (file)
@@ -132,7 +132,7 @@ endif
 
        # Create /var dirs and files
        -mkdir -v /var/{lock,log,mail,spool,empty}
-       -mkdir -pv /var/{opt,cache,lib/{misc},local}
+       -mkdir -pv /var/{opt,cache,lib/misc,local}
        -mkdir -pv /var/log/{counter,calamaris}
        chown nobody.nobody /var/log/calamaris
        touch /var/log/{btmp,lastlog,wtmp}