mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 07:15:24 +01:00
Add diffutils 3.10
This commit is contained in:
parent
288ee37bf0
commit
85d1afec9b
4 changed files with 114 additions and 0 deletions
15
steps/diffutils-3.10/pass1.sh
Executable file
15
steps/diffutils-3.10/pass1.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
autoreconf-2.71 -fi
|
||||
rm man/*.1
|
||||
|
||||
# gperf
|
||||
rm lib/iconv_open*.h
|
||||
|
||||
. ../../import-gnulib.sh
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue