rm: attempt fix

This commit is contained in:
build@apk-groulx 2023-04-23 06:35:19 +00:00
parent 0d9940d604
commit c748d8e3f6

View file

@ -168,7 +168,6 @@ _package() {
make -j1 modules_install $_install \
ARCH="$_carch" \
INSTALL_MOD_PATH="$_outdir" \
INSTALL_MOD_STRIP=1 \
INSTALL_PATH="$_outdir"/boot \
INSTALL_DTBS_PATH="$INSTALL_DTBS_PATH"
cp Module.symvers.backup Module.symvers
@ -241,7 +240,7 @@ _dev() {
-print | cpio -pdm "$dir"
cp -a scripts include "$dir"
find "$(find arch -name include -type d -print)" -type f \
find $(find arch -name include -type d -print) -type f \
| cpio -pdm "$dir"
install -Dm644 "$_builddir"/Module.symvers \