Use ONLPM_OPTION_REPO as the base local repository.

This commit is contained in:
Jeffrey Townsend
2016-05-18 18:08:53 +00:00
committed by Carl D. Roth
parent f0fb870dc8
commit 660fb3a746
2 changed files with 4 additions and 4 deletions

View File

@@ -43,11 +43,11 @@ Multistrap:
omitdebsrc: true
Local-All:
source: ${ONL}/REPO/${ONL_DEBIAN_SUITE}/packages/binary-all
source: ${ONLPM_OPTION_REPO}/${ONL_DEBIAN_SUITE}/packages/binary-all
omitdebsrc: true
Local-Arch:
source: ${ONL}/REPO/${ONL_DEBIAN_SUITE}/packages/binary-${ARCH}
source: ${ONLPM_OPTION_REPO}/${ONL_DEBIAN_SUITE}/packages/binary-${ARCH}
omitdebsrc: true
Configure:

View File

@@ -43,11 +43,11 @@ Multistrap:
omitdebsrc: true
Local-All:
source: ${ONL}/REPO/${ONL_DEBIAN_SUITE}/packages/binary-all
source: ${ONLPM_OPTION_REPO}/${ONL_DEBIAN_SUITE}/packages/binary-all
omitdebsrc: true
Local-Arch:
source: ${ONL}/REPO/${ONL_DEBIAN_SUITE}/packages/binary-${ARCH}
source: ${ONLPM_OPTION_REPO}/${ONL_DEBIAN_SUITE}/packages/binary-${ARCH}
omitdebsrc: true
Configure: