pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fossil-package.mk: Use --nested with open
Module Name: pkgsrc-wip
Committed By: Jonathan Schleifer <js%nil.im@localhost>
Pushed By: js
Date: Sun May 31 23:03:34 2020 +0200
Changeset: 087990a23960c3b7909cb2be903a2bf47b7ad598
Modified Files:
mk/fossil-package.mk
Log Message:
fossil-package.mk: Use --nested with open
This is necesssary if pkgsrc was already checked out via Fossil.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=087990a23960c3b7909cb2be903a2bf47b7ad598
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mk/fossil-package.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/mk/fossil-package.mk b/mk/fossil-package.mk
index fd5f1f22d2..141186f6bc 100644
--- a/mk/fossil-package.mk
+++ b/mk/fossil-package.mk
@@ -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}= \
Home |
Main Index |
Thread Index |
Old Index