From 74d264f095fdf8f91911614b287eee3e4015453c Mon Sep 17 00:00:00 2001 From: mollusk Date: Fri, 9 Mar 2018 10:09:09 -0700 Subject: [PATCH] set proper path to mklive.sh --- templates/plasma/plasma-void.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/plasma/plasma-void.sh b/templates/plasma/plasma-void.sh index 226561f..f9578f3 100755 --- a/templates/plasma/plasma-void.sh +++ b/templates/plasma/plasma-void.sh @@ -19,7 +19,7 @@ MULTILIB=https://repo.voidlinux.eu/current/multilib cp ${SPLASH} ../../data -./mklive.sh \ +../../mklive.sh \ -a ${ARCH} \ -r ${CURRENT} \ -r ${NONFREE} \