← recipes

Commit c768f93

3
plików
+4
dodanych
-4
usuniętych
@@ -57,7 +57,7 @@ build: |
57 57 make INSTALL_MOD_PATH=${PKGDIR}/usr \
58 58 INSTALL_MOD_STRIP=1 \
59 59 DEPMOD=/dev/null modules_install
60 - depmod -b ${PKGDIR} -a $KERNELRELEASE
60 + depmod -b ${PKGDIR}/usr -a $KERNELRELEASE
61 61
62 62 cp System.map ${PKGDIR}/boot/System.map-$KERNELRELEASE
63 63 cp .config ${PKGDIR}/boot/config-$KERNELRELEASE
@@ -57,7 +57,7 @@ build: |
57 57 make INSTALL_MOD_PATH=${PKGDIR}/usr \
58 58 INSTALL_MOD_STRIP=1 \
59 59 DEPMOD=/dev/null modules_install
60 - depmod -b ${PKGDIR} -a $KERNELRELEASE
60 + depmod -b ${PKGDIR}/usr -a $KERNELRELEASE
61 61
62 62 cp System.map ${PKGDIR}/boot/System.map-$KERNELRELEASE
63 63 cp .config ${PKGDIR}/boot/config-$KERNELRELEASE
@@ -63,7 +63,7 @@ build: |
63 63 make INSTALL_MOD_PATH=${PKGDIR}/usr \
64 64 INSTALL_MOD_STRIP=1 \
65 65 DEPMOD=/dev/null modules_install
66 - depmod -b ${PKGDIR} -a $KERNELRELEASE
66 + depmod -b ${PKGDIR}/usr -a $KERNELRELEASE
67 67
68 68 cp System.map ${PKGDIR}/boot/System.map-$KERNELRELEASE
69 69 cp .config ${PKGDIR}/boot/config-$KERNELRELEASE
@@ -71,7 +71,7 @@ build: |
71 71 ln -sf kernel-stable ${PKGDIR}/boot/${pkgname}
72 72
73 73 mv ./linux-7.2 ${PKGDIR}/usr/src/${pkgname}
74 - ln -sv ${pkgname} ${PKGDIR}/usr/src/linux-7.1
74 + ln -sv ${pkgname} ${PKGDIR}/usr/src/linux-7.2
75 75 mv ${PKGDIR}/usr/src/${pkgname}/Documentation \
76 76 ${PKGDIR}/usr/share/doc/${pkgname}
77 77