Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
2105 Allow ARCHIVE_MIRROR to be overridden by environment
Browse files Browse the repository at this point in the history
  • Loading branch information
buffyg committed Feb 25, 2012
1 parent dc8b089 commit 6ea1eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-rules/shared-macros.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PATH=/usr/bin:/usr/gnu/bin

# The location of a mirror of community source archives that we build in this
# gate.
ARCHIVE_MIRROR = http://dlc.openindiana.org/oi-build/source-archives
ARCHIVE_MIRROR ?= http://dlc.openindiana.org/oi-build/source-archives

export DOWNLOAD_SEARCH_PATH += $(ARCHIVE_MIRROR)

Expand Down

0 comments on commit 6ea1eea

Please sign in to comment.