1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00

testing/xboard: update config sub

This commit is contained in:
Carlo Landmeter 2014-10-28 10:40:43 +01:00
parent dc86d239fd
commit 64239e1d75

View file

@ -17,6 +17,7 @@ _builddir="$srcdir"/xboard-$pkgver
prepare() {
local i
cd "$_builddir"
update_config_sub || return 1
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;