summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Zolotorev2019-01-20 03:28:58 +0300
committerSergey Zolotorev2019-01-20 03:28:58 +0300
commitf3aa5998cc6295586eff4e63ee6fefbd4ce73ae0 (patch)
tree6d5a764f97598ab7b74948c363184631ad6895a9
parent8c288c0d643b9626c671a6c0f96b62c0b5712afd (diff)
downloadaur-f3aa5998cc6295586eff4e63ee6fefbd4ce73ae0.tar.gz
Update Target
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--kernel-install-add.hook2
-rw-r--r--kernel-install-remove.hook2
4 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3370da0d1b17..617e9f3ac15b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacman-kernel-install-git
pkgdesc = pacman hooks for kernel-install
- pkgver = r1.79dfc1c
- pkgrel = 4
+ pkgver = r7.8c288c0
+ pkgrel = 1
url = https://github.com/crazyh/pacman-kernel-install
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 17d613575f0c..8392e995e80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey Zolotorev <sergey.zolotorev@gmail.com>
pkgname=pacman-kernel-install-git
-pkgver=r1.79dfc1c
-pkgrel=4
+pkgver=r7.8c288c0
+pkgrel=1
pkgdesc='pacman hooks for kernel-install'
url='https://github.com/crazyh/pacman-kernel-install'
license=('GPL')
diff --git a/kernel-install-add.hook b/kernel-install-add.hook
index 749909d19321..12d62fe121e6 100644
--- a/kernel-install-add.hook
+++ b/kernel-install-add.hook
@@ -2,7 +2,7 @@
Operation = Install
Operation = Upgrade
Type = File
-Target = boot/vmlinuz-linux*
+Target = usr/lib/modules/*/vmlinuz
[Action]
Description = Adding kernel and initramfs images to /boot...
diff --git a/kernel-install-remove.hook b/kernel-install-remove.hook
index d0e2febf603f..5070283b78f2 100644
--- a/kernel-install-remove.hook
+++ b/kernel-install-remove.hook
@@ -2,7 +2,7 @@
Operation = Upgrade
Operation = Remove
Type = File
-Target = boot/vmlinuz-linux*
+Target = usr/lib/modules/*/vmlinuz
[Action]
Description = Removing kernel and initramfs images from /boot...