Add 'touch sysroot' after copy of relibc-install
This commit is contained in:
parent
8166fc286d
commit
0bf3a56fea
|
@ -110,6 +110,7 @@ ifeq ($(PODMAN_BUILD),1)
|
|||
$(PODMAN_RUN) $(MAKE) $@
|
||||
else
|
||||
cp -r "$(PREFIX)/relibc-install/" "$@"
|
||||
touch "$@"
|
||||
cd "$(PREFIX)/libtool-build" && \
|
||||
$(MAKE) install -j `$(NPROC)`
|
||||
cd "$@" && $(PREFIX_STRIP)
|
||||
|
|
Loading…
Reference in a new issue