.tmp_versions (aka MODVERDIR) was dropped in 5.3
This commit is contained in:
parent
5944df9027
commit
abfd9fa0c4
3
PKGBUILD
3
PKGBUILD
|
@ -145,9 +145,6 @@ _package-headers() {
|
||||||
# add xfs and shmem for aufs building
|
# add xfs and shmem for aufs building
|
||||||
mkdir -p "$builddir"/{fs/xfs,mm}
|
mkdir -p "$builddir"/{fs/xfs,mm}
|
||||||
|
|
||||||
# ???
|
|
||||||
mkdir "$builddir/.tmp_versions"
|
|
||||||
|
|
||||||
msg2 "Installing headers..."
|
msg2 "Installing headers..."
|
||||||
cp -t "$builddir" -a include
|
cp -t "$builddir" -a include
|
||||||
cp -t "$builddir/arch/x86" -a arch/x86/include
|
cp -t "$builddir/arch/x86" -a arch/x86/include
|
||||||
|
|
Loading…
Reference in New Issue