diff options
author | davidovski <david@davidovski.xyz> | 2022-02-06 01:48:31 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-06 01:48:31 +0000 |
commit | fc00950a590d7d4275f68b6a1ecd7ea574b45cdc (patch) | |
tree | b638da1c59bf4d0bdbe40f0a9761e8ea5919d661 /repo | |
parent | fe67a7873dbf34307043ddc0c1bd00a479049859 (diff) |
removed the . from the filenmae
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/autoconf2-13.xibuild (renamed from repo/devel/autoconf2.13.xibuild) | 0 | ||||
-rw-r--r-- | repo/system/js78.xibuild | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/autoconf2.13.xibuild b/repo/devel/autoconf2-13.xibuild index 3ef6500..3ef6500 100644 --- a/repo/devel/autoconf2.13.xibuild +++ b/repo/devel/autoconf2-13.xibuild diff --git a/repo/system/js78.xibuild b/repo/system/js78.xibuild index ab7023c..14a3a40 100644 --- a/repo/system/js78.xibuild +++ b/repo/system/js78.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(gcc autoconf2.13 icu rustc which zip llvm patch make) +MAKEDEPS=(gcc autoconf2-13 icu rustc which zip llvm patch make) DEPS=(readline bash zlib) PKG_VER=78.15.0 |