From b1b698f22848126572a132e2f1551dab5b8687af Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 2 Dec 2015 15:20:29 +0000 Subject: [PATCH] filesystem: fixed lib32 dir creation --- filesystem/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/Pkgfile b/filesystem/Pkgfile index 0ec6a86..5473fc9 100644 --- a/filesystem/Pkgfile +++ b/filesystem/Pkgfile @@ -20,7 +20,7 @@ build() { install -d $PKG/etc install -d $PKG/mnt install -d $PKG/run - install -d $PKG/lib{,32} + install -d $PKG/lib install -d $PKG/lib/modules install -d $PKG/opt install -d $PKG/opt/bin -- 2.26.2