Blame vars/nullmailer.vars

Lucio Andrés Illanes Albornoz 36b5a8
#
Lucio Andrés Illanes Albornoz e1d469
# set +o errexit -o noglob -o nounset is assumed.
Lucio Andrés Illanes Albornoz 36b5a8
#
Lucio Andrés Illanes Albornoz 36b5a8
Lucio Andrés Illanes Albornoz bf9edf
pkg_nullmailer_configure_autotools_pre() {
Lucio Andrés Illanes Albornoz bf9edf
	if ! touch "${PKG_BUILD_DIR}/ChangeLog"; then
Lucio Andrés Illanes Albornoz bf9edf
		return 1;
Lucio Andrés Illanes Albornoz bf9edf
	fi;
Lucio Andrés Illanes Albornoz bf9edf
};
Lucio Andrés Illanes Albornoz bf9edf
Lucio Andrés Illanes Albornoz bf9edf
# vim:filetype=sh textwidth=0