summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Edward W. Koenig <kingbeowulf@linuxgalaxy.org>2023-01-02 10:53:20 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:54 +0700
commit3c308d2dc5748d2c3b6db723bb147c5f0f2d43ce (patch)
tree6167b94aff01f3062e6d1c702374fb96b6b7398d /system
parent6a50ad559c35e0dddbbc2e86c6a05ae269292103 (diff)
downloadslackbuilds-3c308d2dc5748d2c3b6db723bb147c5f0f2d43ce.tar.gz
slackbuilds-3c308d2dc5748d2c3b6db723bb147c5f0f2d43ce.tar.xz
system/qemu: Fix README typo
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/qemu/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/qemu/README b/system/qemu/README
index c457cef088..d6e219eda2 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -48,7 +48,7 @@ dependencies.
To enable user mode networking, install libslirp (availale on SBO), then
compile qemu:
-SLIRP=yes ./qemu/SlackBuild
+SLIRP=yes ./qemu.SlackBuild
libiscsi (to access iSCSI targets directly) is optional dependency,
and will be picked up, if present, during the compilation.