diff options
author | davidovski <david@davidovski.xyz> | 2022-03-02 16:25:19 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-02 16:25:19 +0000 |
commit | 92a76bb80efda3fcb96cb0a990ae5bfa658449d1 (patch) | |
tree | f935c158bc695fdf3ea5806bc5f1c30f2d99e0e0 /repo/util/genfstab.xibuild | |
parent | 6b3593e13e688d558be05846d1e2d9acf6e97c71 (diff) |
changed coreutils to sbase
Diffstat (limited to 'repo/util/genfstab.xibuild')
-rw-r--r-- | repo/util/genfstab.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/genfstab.xibuild b/repo/util/genfstab.xibuild index eca6d1f..c263b32 100644 --- a/repo/util/genfstab.xibuild +++ b/repo/util/genfstab.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make asciidoc" -DEPS="bash coreutils gawk" +DEPS="bash sbase gawk" PKG_VER=24 SOURCE=https://github.com/archlinux/arch-install-scripts.git |