mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
parent
6e05585ff9
commit
cb4404029d
6 changed files with 91 additions and 0 deletions
14
steps/gzip-1.13/pass1.sh
Executable file
14
steps/gzip-1.13/pass1.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
autoreconf-2.71 -fi
|
||||
|
||||
. ../../import-gnulib.sh
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue