Blob Blame History Raw
#
# . ./build.vars and set -o errexit are assumed.
#

pkg_pacman_patch_pre() {
	install -m 0700 ${_PWD}/config.sub ${PKG_SUBDIR}/build-aux;
	cd ${PKG_SUBDIR} && ./autogen.sh && cd ${OLDPWD};
};

# vim:filetype=sh