1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00

testing/connman: don't update config.sub, it's up-to-date

This commit is contained in:
Jakub Jirutka 2017-04-04 21:32:49 +02:00
parent 5496645325
commit d1f074de96

View file

@ -29,7 +29,6 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
update_config_sub
autoreconf -vif || return 1
}