scripts/Bootstrap:

- coreutils added, we need a unique base64
This commit is contained in:
2015-05-06 15:17:53 +02:00
parent 7161682cff
commit a56b83e44a
2 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
source "$(dirname $0)/../../../lib/libem.bash"
function em.configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
em.add_to_family 'Tools'
em.make_all