mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Build m4-1.4.
This commit is contained in:
parent
c1395e6a4d
commit
54a39c2e33
5 changed files with 65 additions and 0 deletions
14
sysa/m4-1.4.kaem
Normal file
14
sysa/m4-1.4.kaem
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
/after/bin/patch -Np0 -i ../patches/m4-1.4/m4-signal-include.patch
|
||||
cp ../m4-1.4.mk Makefile
|
||||
/after/bin/make
|
||||
|
||||
# Install
|
||||
/after/bin/cp m4 /after/bin/m4
|
||||
/after/bin/chmod 755 /after/bin/m4
|
||||
|
||||
# Test
|
||||
/after/bin/m4 --version
|
||||
Loading…
Add table
Add a link
Reference in a new issue