mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 05:45:23 +01:00
Fix bad util-linux installation
Programs shouldn't install to usr/triplet (this is obsolete)
This commit is contained in:
parent
6bed629a81
commit
f4d39516d1
1 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2021-22 fosslinux <fosslinux@aussies.space>
|
||||
# SPDX-FileCopyrightText: 2021-23 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
|
@ -23,3 +23,11 @@ src_configure() {
|
|||
--disable-wall \
|
||||
ac_cv_type_loff_t=yes
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# A weird behaviour I can't find the source of
|
||||
mv "${DESTDIR}${PREFIX}/i386-unknown-linux-musl/"* "${DESTDIR}${LIBDIR}/"
|
||||
rmdir "${DESTDIR}${PREFIX}/i386-unknown-linux-musl/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue