pentoo-overlay/dev-util/catalyst/files/terrifying_kmerge_hack.patch

12 lines
413 B
Diff

--- targets/support/kmerge.sh 2014-09-10 23:38:49.437456137 -0400
+++ targets/support/kmerge.sh_hack 2014-09-10 23:34:14.654268000 -0400
@@ -256,6 +256,9 @@
else
[ -L /usr/src/linux ] && rm -f /usr/src/linux
run_merge "${clst_ksource}" || exit 1
+ pushd /usr/src/
+ ln -s linux-3.15.5-pentoo linux
+ popd
if [ ! "${clst_kextraversion}" = "" ]
then
echo "Setting extraversion to ${clst_kextraversion}"