aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-lts
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-01-30 22:54:46 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-01-30 22:54:46 +0000
commita101f0a2fdc998d540b640efa33d891e40e7ff24 (patch)
treef2039f2aed0e13079ddd57c2e4c1766a1a1e1a1d /main/linux-lts
parent6f0349a849b733d788fd02788c0516d689ddc6a2 (diff)
downloadaports-a101f0a2fdc998d540b640efa33d891e40e7ff24.tar.bz2
aports-a101f0a2fdc998d540b640efa33d891e40e7ff24.tar.xz
main/linux-lts: incorporate Platform files in -dev packages
needed for MIPS kernels
Diffstat (limited to 'main/linux-lts')
-rw-r--r--main/linux-lts/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-lts/APKBUILD b/main/linux-lts/APKBUILD
index a7a230f496..02b834d75f 100644
--- a/main/linux-lts/APKBUILD
+++ b/main/linux-lts/APKBUILD
@@ -205,7 +205,7 @@ _dev() {
find . -path './include/*' -prune \
-o -path './scripts/*' -prune -o -type f \
\( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Kbuild*' -o \
- -name '*.sh' -o -name '*.pl' -o -name '*.lds' \) \
+ -name '*.sh' -o -name '*.pl' -o -name '*.lds' -o -name 'Platform' \) \
-print | cpio -pdm "$dir"
cp -a scripts include "$dir"