Skip to content

Commit

Permalink
kernel.SlackBuild should use rm -f on link
Browse files Browse the repository at this point in the history
it will fix building kernels with missing source link after installing modules
  • Loading branch information
noisecode3 authored Nov 23, 2023
1 parent ad47436 commit 4df3611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/kernel/kernel.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ else
fi

cd $PKG/lib/modules/$MODULESTAG
rm build source
rm -f build source
ln -sv /usr/src/linux-$MODULESTAG build || exit 9
ln -sv /usr/src/linux-$MODULESTAG source || exit 10

Expand Down

0 comments on commit 4df3611

Please sign in to comment.