mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Build touch in coreutils-5.0 pass2
Better touch is very useful for packaging.
This commit is contained in:
parent
b8ef19150c
commit
07d4408fb6
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
src_unpack() {
|
||||
src_dir="${base_dir}/src"
|
||||
|
||||
|
|
@ -17,6 +18,8 @@ src_prepare() {
|
|||
cp lib/search_.h lib/search.h
|
||||
touch config.h
|
||||
|
||||
patch -Np0 -i ../../patches/touch-getdate.patch
|
||||
|
||||
# Bison pre-generated file
|
||||
rm lib/getdate.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue