Files
Pmodules/Tools/findutils/build
T
Achim Gsell 7001c86154 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"
2021-03-09 14:04:45 +01:00

5 lines
149 B
Python

#!/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"