testing/proftpd: update config.guess

needed on ppc64le
This commit is contained in:
Natanael Copa 2017-05-12 18:10:31 +00:00
parent e9f1aebece
commit a77eca4c89

View File

@ -42,6 +42,10 @@ source="ftp://ftp.proftpd.org/distrib/source/$pkgname-$_pkgver.tar.gz
libressl.patch
"
builddir="$srcdir/$pkgname-$_pkgver"
prepare() {
default_prepare
update_config_guess
}
build() {
cd "$builddir"