From f171507017aac9d8752e18f481a1686bfe5d0f5a Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 31 Jan 2018 13:52:25 -0300 Subject: Add some Arch changes to linux-libres PKGBUILDs --- kernels/linux-libre-xtreme/PKGBUILD | 3 +++ libre/linux-libre-hardened/PKGBUILD | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kernels/linux-libre-xtreme/PKGBUILD b/kernels/linux-libre-xtreme/PKGBUILD index 58634d150..b0f3f2236 100644 --- a/kernels/linux-libre-xtreme/PKGBUILD +++ b/kernels/linux-libre-xtreme/PKGBUILD @@ -345,6 +345,9 @@ _package-headers() { # remove files already in linux-docs package rm -r "${_builddir}/Documentation" + # remove now broken symlinks + find -L "${_builddir}" -type l -printf 'Removing %P\n' -delete + # parabola changes # # since we don't want to diverge too much from arch's pkgbuild, we'll diff --git a/libre/linux-libre-hardened/PKGBUILD b/libre/linux-libre-hardened/PKGBUILD index 30c211350..abc9aaa99 100644 --- a/libre/linux-libre-hardened/PKGBUILD +++ b/libre/linux-libre-hardened/PKGBUILD @@ -348,6 +348,9 @@ _package-headers() { # remove files already in linux-docs package rm -r "${_builddir}/Documentation" + # remove now broken symlinks + find -L "${_builddir}" -type l -printf 'Removing %P\n' -delete + # parabola changes # # since we don't want to diverge too much from arch's pkgbuild, we'll -- cgit v1.2.3