mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Add gzip 1.13
This commit is contained in:
parent
cceb86d2b0
commit
fda9e33f06
4 changed files with 73 additions and 0 deletions
10
steps/gzip-1.13/pass1.sh
Executable file
10
steps/gzip-1.13/pass1.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
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