option to print all dependencies added to module search

more changes
- define and set a default IFS
- use our own find - not find command installed on the system
- the modulepath directories are now passed as arry to
  get_available_modules()
- new option "--wrap"
This commit is contained in:
Achim Gsell
2021-03-09 14:04:45 +01:00
parent 90d9cee20c
commit 7001c86154
2 changed files with 122 additions and 65 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://ftp.gnu.org/pub/gnu/$P/$P-$V.tar.xz"
pbuild::add_configure_args "--bindir=${PREFIX}/sbin"