This commit is contained in:
YellowJacketLinux 2024-10-06 00:23:34 -07:00
parent 7a68055b39
commit a25eb97e9d
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ getSource "${xz_dnl}" "${xz_sha256}" "${xz_tarball}"
getSource "${zlib_dnl}" "${zlib_sha256}" "${zlib_tarball}" getSource "${zlib_dnl}" "${zlib_sha256}" "${zlib_tarball}"
getSource "${zstd_dnl}" "${zstd_sha256}" "${zstd_tarball}" getSource "${zstd_dnl}" "${zstd_sha256}" "${zstd_tarball}"
cp ${CWD}/libressl-${libressl_version}-cnf-name.patch ${GLSOURCES}/ cp ${CWD}/CH8Build/libressl-${libressl_version}-cnf-name.patch ${GLSOURCES}/
popd > /dev/null 2>&1 popd > /dev/null 2>&1

View File

@ -10,7 +10,7 @@ pushd $GLSOURCES > /dev/null 2>&1 || myfail "Failed to move to ${GLSOURCES}"
tar -Jxf ${kmod_tarball} tar -Jxf ${kmod_tarball}
cd kmod-${zstd_version} cd kmod-${kmod_version}
./configure --prefix=/usr \ ./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \