Skip to content
Snippets Groups Projects
Verified Commit 811f6a0f authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/easy-kernel: change back to $srcdir

parent fa3816ce
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ prepare() {
cat linux-${_pkgminver}-mc$pkgrel.patch.xz | unxz -> linux-${_pkgminver}-mc$pkgrel.patch
patch -Np1 -d "$builddir" <linux-${_pkgminver}-mc$pkgrel.patch
default_prepare
cd "$srcdir"
cp config-$CARCH linux-${_pkgminver}/.config
cp -pr linux-${_pkgminver} linux-src
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment