removed the install hooks

See also: https://bugs.archlinux.org/task/56853
This commit is contained in:
Christian Rebischke 2018-02-24 20:28:27 +01:00
parent 68ebb46082
commit c012fdf64e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: D21461E3DFE2060D
3 changed files with 53 additions and 1 deletions

View file

@ -21,7 +21,8 @@ validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/access_process_vm_h.patch"
patch -Np1 -i "${srcdir}/stp_remove_install_hooks.patch"
autoreconf -i
}
build() {
cd "${pkgname}-${pkgver}"