summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-07-31 19:51:36 +0100
committerJonathon Fernyhough2021-07-31 19:51:36 +0100
commit70db95f4047ca660fd4e02795b0ad49a29d80c11 (patch)
treeb2542b371a3d2ddb41cc855f2108dd30392c0dd1
parent130fbfbdc71090a7b270f456c52812b189250484 (diff)
downloadaur-70db95f4047ca660fd4e02795b0ad49a29d80c11.tar.gz
Remove extraneous sed
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db814b3968b0..4f8b02271b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,8 +50,6 @@ build() {
autoreconf -if
./configure --prefix=/usr \
--mandir=/usr/share/man
-
- sed -i "s|.*in_addr_t.*||g" config.h
make -j1
}