mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
Update gzip-1.12.sh to remove src_compile and src_install, fix typo
This commit is contained in:
parent
8b7964e669
commit
0161ae2b14
1 changed files with 2 additions and 10 deletions
|
|
@ -6,18 +6,10 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
ssrc_prepare() {
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue