diff options
author | davidovski <david@davidovski.xyz> | 2022-05-18 09:56:56 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-18 09:56:56 +0100 |
commit | 4cfc98e1be889f359613a54010b67e13c673e4ab (patch) | |
tree | 085c6f015955435d1138078984a897491b1b1e37 /repo/devel/automake/automake.xibuild | |
parent | da500224f138f6d4800d248c24228987a0a149de (diff) | |
parent | dccab9b94dcfc5e040647210ba22b9cc4bddc742 (diff) |
Merge branch 'master' of git.cheetah.remote:xilinux/buildfiles
Diffstat (limited to 'repo/devel/automake/automake.xibuild')
-rw-r--r-- | repo/devel/automake/automake.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/automake/automake.xibuild b/repo/devel/automake/automake.xibuild index 8b8951f..689d63c 100644 --- a/repo/devel/automake/automake.xibuild +++ b/repo/devel/automake/automake.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make autoconf" -DEPS="perl bash" +DEPS="perl" PKG_VER=1.16.5 SOURCE=https://ftp.gnu.org/gnu/automake/automake-$PKG_VER.tar.xz |