From 61bb4ffab7df15f1997e165290501b081f0abc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 14 May 2018 15:12:28 +0000 Subject: subr/pkg_install.subr: additionally install rpmbuild(8) spec files. --- subr/pkg_install.subr | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'subr/pkg_install.subr') diff --git a/subr/pkg_install.subr b/subr/pkg_install.subr index df68ba19..5518e03a 100644 --- a/subr/pkg_install.subr +++ b/subr/pkg_install.subr @@ -19,7 +19,7 @@ pkg_install() { fi; if [ "${ARG_RPM:-0}" -eq 1 ]\ && [ -x "$(which rpmbuild 2>/dev/null)" ]; then - cat > "${PKG_BASE_DIR}/${PKG_NAME}.spec" < "${PKG_BASE_DIR}/${PKG_NAME}-${PKG_VERSION:-Unknown}.spec" <