findutils: import gnulib

Fixes: #88
This commit is contained in:
Andrius Štikonas 2021-04-08 21:24:43 +01:00
parent 5bc7af081d
commit 4dbc9618a2
4 changed files with 67 additions and 1 deletions

View file

@ -3,6 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
. ../../import-gnulib.sh
autoreconf-2.61 -f
}