mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +01:00
Merge pull request #501 from fosslinux/coreutils-5.0-fixup
coreutils-5.0: remove additional pregend file
This commit is contained in:
commit
17cae40bc3
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ src_prepare() {
|
||||||
touch config.h
|
touch config.h
|
||||||
|
|
||||||
# Rebuild pregenerated file
|
# Rebuild pregenerated file
|
||||||
rm -f src/false.c
|
rm src/false.c
|
||||||
|
rm src/dircolors.h
|
||||||
rm -f src/dircolors.h
|
rm src/wheel.h
|
||||||
|
|
||||||
# Bison pre-generated file
|
# Bison pre-generated file
|
||||||
rm lib/getdate.c
|
rm lib/getdate.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue