mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Bump to 5.3.6-2
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
592396c6de
commit
cdeb0903d7
2 changed files with 5 additions and 6 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-usermode
|
||||
pkgdesc = User mode Linux kernel and modules
|
||||
pkgver = 5.3.6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://user-mode-linux.sourceforge.net/
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -8,7 +8,7 @@ _major=5.3
|
|||
_minor=6
|
||||
pkgver=${_major}.${_minor}
|
||||
_srcname=linux-${pkgver}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="User mode Linux kernel and modules"
|
||||
arch=('x86_64')
|
||||
license=('GPL2')
|
||||
|
|
@ -52,8 +52,8 @@ prepare() {
|
|||
cp ../config .config
|
||||
yes "" | make ARCH=um config >/dev/null
|
||||
|
||||
make ARCH=um kernelrelease > ../version
|
||||
msg2 "Prepared %s version %s" "$pkgbase" "$(<../version)"
|
||||
make ARCH=um kernelrelease > version
|
||||
msg2 "Prepared %s version %s" "$pkgbase" "$(<version)"
|
||||
|
||||
msg2 "Save configuration for later reuse"
|
||||
cat .config > "${startdir}/config.last"
|
||||
|
|
@ -75,9 +75,8 @@ _package() {
|
|||
|
||||
_package-modules() {
|
||||
|
||||
local kernver="$(<version)"
|
||||
|
||||
cd ${_srcname}
|
||||
local kernver="$(<version)"
|
||||
# make ARCH=um INSTALL_MOD_PATH="${pkgdir}/usr" modules_install
|
||||
make ARCH=um INSTALL_MOD_PATH="${pkgdir}/usr" _modinst_
|
||||
rm -f $pkgdir/usr/lib/modules/${kernver}/{source,build}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue