summaryrefslogtreecommitdiff
path: root/mk/fetch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/fetch.mk')
-rw-r--r--mk/fetch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/fetch.mk b/mk/fetch.mk
index 28ae0e7ec..af598f27d 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.mk
@@ -62,7 +62,7 @@ $(1):
mkdir -p "$$$${fullname%%/$$$$filename}"; \
cd "$$$${fullname%%/$$$$filename}"; \
for url in "${PKG_SITES}"; do case $$$$url in \
- git://*|*.git) \
+ file://*|git://*|*.git) \
rm -rf $${PKG_NAME}-$${PKG_VERSION}; \
if [ ! -z "$${PKG_GIT}" ]; then \
echo "Using git ${PKG_GIT}: $${PKG_VERSION}" $(DL_TRACE); \