mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
parent
5bc7af081d
commit
4dbc9618a2
4 changed files with 67 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
. ../../import-gnulib.sh
|
||||
|
||||
autoreconf-2.61 -f
|
||||
}
|
||||
|
||||
|
|
|
|||
62
sysa/findutils-4.2.33/import-gnulib.sh
Executable file
62
sysa/findutils-4.2.33/import-gnulib.sh
Executable file
|
|
@ -0,0 +1,62 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
../gnulib-8e128e/gnulib-tool \
|
||||
--import \
|
||||
--dir=. \
|
||||
--lib=libgnulib \
|
||||
--source-base=gnulib/lib \
|
||||
--m4-base=gnulib/m4 \
|
||||
--doc-base=doc \
|
||||
--aux-dir=. \
|
||||
--with-tests \
|
||||
--no-libtool \
|
||||
--macro-prefix=gl \
|
||||
alloca \
|
||||
argmatch \
|
||||
canonicalize \
|
||||
closein \
|
||||
closeout \
|
||||
dirname \
|
||||
error \
|
||||
fdl \
|
||||
fileblocks \
|
||||
filemode \
|
||||
fnmatch-gnu \
|
||||
fopen-safer \
|
||||
getline \
|
||||
getopt \
|
||||
gettext \
|
||||
human \
|
||||
idcache \
|
||||
lstat \
|
||||
malloc \
|
||||
memcmp \
|
||||
memset \
|
||||
mktime \
|
||||
modechange \
|
||||
mountlist \
|
||||
pathmax \
|
||||
quotearg \
|
||||
realloc \
|
||||
regex \
|
||||
rpmatch \
|
||||
savedir \
|
||||
stat-macros \
|
||||
stpcpy \
|
||||
strdup \
|
||||
strftime \
|
||||
strstr \
|
||||
strtol \
|
||||
strtoul \
|
||||
strtoull \
|
||||
strtoumax \
|
||||
xalloc \
|
||||
xalloc-die \
|
||||
xgetcwd \
|
||||
xstrtol \
|
||||
xstrtoumax \
|
||||
yesno
|
||||
Loading…
Add table
Add a link
Reference in a new issue