summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2017-01-12 15:25:52 +0100
committermrxx2017-01-12 15:25:52 +0100
commit744f3fec41ac131ded6dd13b64e2ce53316ada4e (patch)
tree3c05d5b4c996ebf68965aa29a412d1b2324afda8 /PKGBUILD
parent07c63cd4cd30777d9fa5c974ced25ece4f074c02 (diff)
downloadaur-744f3fec41ac131ded6dd13b64e2ce53316ada4e.tar.gz
Switch TLS lines to prevent config parser error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b9a3a626ecb..ad0ed0518cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=pure-ftpd
pkgver=1.0.44
-pkgrel=1
+pkgrel=2
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
arch=('i686' 'x86_64')
url="http://www.pureftpd.org/"
@@ -33,7 +33,7 @@ md5sums=('8da4207c02a72267abfdf0a9fc2bf3a9'
build() {
cd ${srcdir}/${pkgname}-${pkgver}
# Switch TLS lines to prevent config parser error
- sed -n '1,61p;63p' src/simpleconf_ftpd.h >_ && sed -n '62p;64,1000p' src/simpleconf_ftpd.h >>_ && mv _ src/simpleconf_ftpd1.h
+ sed -n '1,61p;63p' src/simpleconf_ftpd.h >_ && sed -n '62p;64,1000p' src/simpleconf_ftpd.h >>_ && mv _ src/simpleconf_ftpd.h
./configure --prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \