diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 02:09:56 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 02:09:56 +0000 |
commit | 0de4e5a6b7ccff91c494e51b37c5bad4368cfc2d (patch) | |
tree | 43ed7c5e64d03582766f38622565f83dee03f177 /repo/core | |
parent | 4b213deb1cf04949460be50fdb7c7a7303ebf2c6 (diff) |
made m4 use new branch system
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/m4.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/m4.xibuild b/repo/core/m4.xibuild index 9a311a5..7d53cb8 100644 --- a/repo/core/m4.xibuild +++ b/repo/core/m4.xibuild @@ -3,11 +3,11 @@ DEPS=(glibc bash) SOURCE=git://git.sv.gnu.org/m4 +BRANCH=branch-1.4 DESC="the gnu m4 macro processor" build () { - git checkout branch-1.4 ./bootstrap ./configure --prefix=/usr |