2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/core/linux/build
2019-07-07 12:16:44 +03:00

16 lines
230 B
Bash
Executable File

#!/bin/sh -e
mkdir -p "$1/boot" "$1/usr/lib/modules"
make
make \
INSTALL_PATH="$1/boot" \
INSTALL_MOD_PATH="$1/usr" \
modules_install
make \
INSTALL_PATH="$1/boot" \
INSTALL_MOD_PATH="$1/usr" \
install