diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-01-15 23:53:08 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-01-15 23:53:08 +0100 |
commit | c334989ccd6e9915b187f8e435a797522b28db99 (patch) | |
tree | a504d7ca277470e670e1807194425e74fe2a7c88 | |
parent | 5ad85554ae52a3ce3223108f0f946db8d60c11ec (diff) | |
download | hrmpf-c334989ccd6e9915b187f8e435a797522b28db99.tar.gz hrmpf-c334989ccd6e9915b187f8e435a797522b28db99.tar.xz hrmpf-c334989ccd6e9915b187f8e435a797522b28db99.zip |
mklive.sh.in: update SYSLINUX_DATADIR
-rw-r--r-- | mklive.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in index 69cb065..f8be57e 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -390,7 +390,7 @@ CURRENT_STEP=0 STEP_COUNT=9 [ -n "${INCLUDE_DIRECTORY}" ] && ((STEP_COUNT=STEP_COUNT+1)) -: ${SYSLINUX_DATADIR:=$VOIDHOSTDIR/usr/share/syslinux} +: ${SYSLINUX_DATADIR:=$VOIDHOSTDIR/usr/lib/syslinux} : ${GRUB_DATADIR:=$VOIDHOSTDIR/usr/share/grub} : ${SPLASH_IMAGE:=data/splash.png} : ${XBPS_INSTALL_CMD:=xbps-install} |