fossil-package.mk: Use --nested with open

This is necesssary if pkgsrc was already checked out via Fossil.
This commit is contained in:
Jonathan Schleifer 2020-05-31 23:03:34 +02:00
parent 1da54024ad
commit 087990a239
No known key found for this signature in database
GPG Key ID: E2BCCE6B35E1AF8B
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ _FOSSIL_CMD.open_repo.${repo}= \
${STEP_MSG} "Opening Fossil repo $${archive\#\#*/}."; \
${MKDIR} "$$extractdir"; \
cd "$$extractdir"; \
${_FOSSIL_CMD} open "$$archive"
${_FOSSIL_CMD} open --nested "$$archive"
# Pull changes from remote repository and save them in local repository
_FOSSIL_CMD.pull.${repo}= \