Changed post install message

This commit is contained in:
Gerben Jan Dijkman 2022-01-25 22:03:08 +01:00
parent eb0439f3aa
commit 11745dbf09
3 changed files with 6 additions and 6 deletions

View File

@ -113,8 +113,8 @@ pkg_postinst() {
einfo "# make Image modules"
einfo "# make DTC_FLAGS="-@" dtbs"
einfo "# cp arch/arm64/boot/Image /boot"
einfo "# make /usr modules_intall"
einfo "# make /boot/dtbs dtbs_install"
einfo "# make INSTALL_MOD_PATH=/usr modules_intall"
einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install"
}
pkg_postrm() {

View File

@ -115,8 +115,8 @@ pkg_postinst() {
einfo "# make Image modules"
einfo "# make DTC_FLAGS="-@" dtbs"
einfo "# cp arch/arm64/boot/Image /boot"
einfo "# make /usr modules_intall"
einfo "# make /boot/dtbs dtbs_install"
einfo "# make INSTALL_MOD_PATH=/usr modules_intall"
einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install"
}
pkg_postrm() {

View File

@ -116,8 +116,8 @@ pkg_postinst() {
einfo "# make Image modules"
einfo "# make DTC_FLAGS="-@" dtbs"
einfo "# cp arch/arm64/boot/Image /boot"
einfo "# make /usr modules_intall"
einfo "# make /boot/dtbs dtbs_install"
einfo "# make INSTALL_MOD_PATH=/usr modules_intall"
einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install"
}
pkg_postrm() {