mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 04:45:23 +01:00
14 lines
237 B
Bash
14 lines
237 B
Bash
#!/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
|