Update gzip-1.12.sh to remove src_compile and src_install, fix typo

This commit is contained in:
ajherchenroder 2023-08-13 14:51:21 -04:00 committed by GitHub
parent 8b7964e669
commit 0161ae2b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,18 +6,10 @@
# #
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
ssrc_prepare() { src_prepare() {
default default
} }
src_configure() { src_configure() {
./configure --prefix=/usr ./configure --prefix="${PREFIX}"
}
src_compile() {
make "${MAKEJOBS}"
}
src_install() {
default
} }