summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Rebischke2018-02-24 20:28:27 +0100
committerChristian Rebischke2018-02-24 20:28:27 +0100
commitc012fdf64ef3a3a105a239574e241e8cbefb29ea (patch)
tree7f1b5304167d90846219fc4338b397526797e468 /PKGBUILD
parent68ebb460827c10678fcf49dbddaf03c101dc4fb9 (diff)
downloadaur-c012fdf64ef3a3a105a239574e241e8cbefb29ea.tar.gz
removed the install hooks
See also: https://bugs.archlinux.org/task/56853
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3988feaf44b3..71d01736b39a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"