diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
commit | 2e534f6dcdbca6700bc18354925986b054330725 (patch) | |
tree | 39e6233e6e0c9fb737ce5c1987039c3a10df193c /repo/core/dejagnu.xibuild | |
parent | 31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff) |
fixed issues with headers
cleaned other packages to fit better with lfs
Diffstat (limited to 'repo/core/dejagnu.xibuild')
-rw-r--r-- | repo/core/dejagnu.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/core/dejagnu.xibuild b/repo/core/dejagnu.xibuild index 2e6acdc..21a35a4 100644 --- a/repo/core/dejagnu.xibuild +++ b/repo/core/dejagnu.xibuild @@ -2,10 +2,9 @@ DEPS=(sh expect) -SOURCE=git://git.sv.gnu.org/dejagnu.git +SOURCE=https://ftp.gnu.org/gnu/dejagnu/dejagnu-1.6.3.tar.gz DESC="a framework for running test suites on GNU tools" - build () { mkdir -v build cd build |