mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-02-02 23:07:18 +08:00
bug fix
This commit is contained in:
parent
7a68055b39
commit
a25eb97e9d
@ -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
|
||||||
|
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user