summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2016-11-04 00:26:16 -1000
committerGaetan Bisson2016-11-04 00:26:16 -1000
commitcc60e0ebfd23b6f6f821149698e1bccd0935c3cb (patch)
tree83d89c6938da80078f2dff551a3e46507b6cdf56 /PKGBUILD
parentd9096ec360c034d6ceec919324b29de84e7c3c91 (diff)
downloadaur-cc60e0ebfd23b6f6f821149698e1bccd0935c3cb.tar.gz
be discreet
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1a6df75b02a..61bf70ab7c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,11 @@ prepare() {
-e 's/"data-dir"/"data-directory"/g' \
-e 's/HAVE_LIBCONFUSE/HAVE_FORK/g' \
-i src/merecat.c
+ sed \
+ -e 's/<img .* alt=\\"\([^"]*\)\\">/\1/g' \
+ -e 's/, icon//g' \
+ -e '/<address>/d' \
+ -i src/libhttpd.c
./autogen.sh
}