mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Make tar installable under packaging
This commit is contained in:
parent
0b7bd2a46d
commit
f4d43e2113
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
|
@ -26,4 +27,7 @@ src_compile() {
|
|||
|
||||
src_install() {
|
||||
make install PREFIX="${PREFIX}" MAKEINFO="true" DESTDIR="${DESTDIR}"
|
||||
# Manually install tar (cannot replace tar while running)
|
||||
cp "${DESTDIR}${PREFIX}/bin/tar" "${PREFIX}/bin/tar"
|
||||
rm "${DESTDIR}${PREFIX}/bin/tar"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue