build of 'dialog' removed

This commit is contained in:
2017-02-15 16:53:24 +01:00
parent 1e33fc439c
commit 8f1fa90b1a
2 changed files with 0 additions and 17 deletions
-4
View File
@@ -62,10 +62,6 @@ if [[ ! -f "${PMODULES_HOME}/bin/getopt" ]] || [[ ${force} == 'yes' ]]; then
build getopt "${GETOPT_VERSION}"
fi
#if [[ ! -f "${PMODULES_HOME}/sbin/dialog" ]] || [[ ${force} == 'yes' ]]; then
# build dialog "${DIALOG_VERSION}"
#fi
if [[ ! -f "${PMODULES_HOME}/sbin/bash" ]] || [[ ${force} == 'yes' ]]; then
build bash "4.3.30"
fi
-13
View File
@@ -1,13 +0,0 @@
#!/usr/bin/env modbuild
SOURCE_URL="ftp://invisible-island.net/$P/$P-$V.tgz"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
--bindir="${PREFIX}/sbin" \
|| exit 1
}
pbuild::add_to_group 'Tools'
pbuild::make_all