commit 832264a248c85a8a5a257caa2805c6f587ccbefa parent a44a03b05cba3e9093b226c6deeb7ab9ff031fa9 Author: sin <sin@2f30.org> Date: Wed, 19 Feb 2014 17:07:01 +0000 Blah v2 Diffstat:
M | pkgs/kernel-headers | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/kernel-headers b/pkgs/kernel-headers @@ -14,6 +14,6 @@ unpack() { install() { cd src/linux-$version make ARCH="$arch" INSTALL_HDR_PATH="$root" headers_install - unlink "$root/include/include" # I don't know why it creates this bogus link + unlink "$root/include/include" 2>/dev/null # I don't know why it creates this bogus link cd - }