diff options
| author | Mark Ferrell <major@homeonderanged.org> | 2014-04-15 11:08:47 -0700 |
|---|---|---|
| committer | Mark Ferrell <major@homeonderanged.org> | 2014-04-15 11:08:47 -0700 |
| commit | 698af6ed24c50eb9c8bcc2446f23cd2d76f0fa0a (patch) | |
| tree | 9ebcb699ca415571ce71512cb96a860fc6c0aef1 /libexec | |
| parent | b780df8b59b54048f08cc1fb2bce8ecd49390c6e (diff) | |
Fixup source dependancies
* Add the builder git index and included configs to a packages source
dependancies.
Diffstat (limited to 'libexec')
| -rwxr-xr-x | libexec/build-makedeps | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libexec/build-makedeps b/libexec/build-makedeps index 1d7a2bd..b346120 100755 --- a/libexec/build-makedeps +++ b/libexec/build-makedeps @@ -57,7 +57,13 @@ for package in $(echo "${BUILDER_PKGDIR}"/*/*); do package_export="${BUILDER_TOPDIR}/exports/${CATEGORY}/${NAME}-${VERSION}-${RELEASE}.${CHOST%%-*}.rpm" package_logdir="${L}" - package_sources="${RULESFILE}" + package_sources="${BUILDER_TOPDIR}/.git/modules/scripts/index" + for config in ${BUILDER_INCLUDED}; do + test -f "${BUILDER_CFGDIR}/${config}" || continue + package_sources="${package_sources} ${BUILDER_CFGDIR}/${config}" + done + + package_sources="${package_sources} ${RULESFILE}" for patch in ${PATCHES}; do patch="${F}/${NAME}-${VERSION}-${patch}.patch" if ! test -f "${patch}"; then |
