mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Move coreutils 6.10 to VCS + Gnulib
Some files were a bit suspicious throughout lib/; this is safer in terms of pregenerated files.
This commit is contained in:
parent
dfb3ae04e2
commit
9ef28c47a8
3 changed files with 210 additions and 6 deletions
|
|
@ -4,13 +4,12 @@
|
|||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
. ../../import-gnulib.sh
|
||||
|
||||
mv lib/fnmatch.in.h lib/fnmatch.h
|
||||
|
||||
# gperf pregenerated files
|
||||
rm lib/iconv_open-hpux.h lib/iconv_open-aix.h lib/iconv_open-irix.h lib/iconv_open-osf.h
|
||||
|
||||
# Rebuild bison pre-generated file
|
||||
rm lib/getdate.c
|
||||
cd lib
|
||||
bison --update getdate.y
|
||||
bison getdate.y
|
||||
|
|
@ -20,4 +19,3 @@ src_prepare() {
|
|||
touch config.h
|
||||
touch lib/configmake.h
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue