diff options
author | davidovski <david@davidovski.xyz> | 2022-01-20 21:37:51 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-20 21:37:51 +0000 |
commit | dec952fe033386edc3eb34b0f17edde6683eae65 (patch) | |
tree | 7554d75f06558035eca8244e1681332dba7bcf0a /repo/system/findutils.xibuild | |
parent | 834b40c1975a5181c03ab0768bc4e3acb3561a47 (diff) |
added makedeps currently are just common buildtools
Diffstat (limited to 'repo/system/findutils.xibuild')
-rw-r--r-- | repo/system/findutils.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/system/findutils.xibuild b/repo/system/findutils.xibuild index 9c0948b..3443aea 100644 --- a/repo/system/findutils.xibuild +++ b/repo/system/findutils.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc sh) PKG_VER=4.8.0 |