diff options
-rw-r--r-- | kernels/linux-libre-xtreme/PKGBUILD | 3 | ||||
-rw-r--r-- | libre/linux-libre-hardened/PKGBUILD | 3 |
2 files changed, 6 insertions, 0 deletions
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 |