packages/linux-lava: bump to 5.15.13 and switch to pds

This commit is contained in:
LavaDesu 2022-01-05 21:36:56 +07:00
parent 40a574c1e1
commit 74b96a4035
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 45 additions and 24 deletions

View file

@ -0,0 +1,13 @@
--- a/arch/parisc/install.sh 2022-01-05 21:19:53.405768910 +0700
+++ b/arch/parisc/install.sh 2022-01-05 21:22:05.079800743 +0700
@@ -37,8 +37,8 @@
# User may have a custom install script
if [ -n "${INSTALLKERNEL}" ]; then
- if [ -x ~${INSTALLKERNEL} ]; then exec ~${INSTALLKERNEL} "$@"; fi
- if [ -x ${INSTALLKERNEL} ]; then exec ${INSTALLKERNEL} "$@"; fi
+ if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
+ if [ -x /sbin/${INSTALLKERNEL} ]; then exec /sbin/${INSTALLKERNEL} "$@"; fi
fi
# Default install