Browse Source

Export PKG_FILE so only one gets downloaded

Thought I had committed that. Oops!
Loïc Hoguin 12 years ago
parent
commit
08b0c79d6c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      erlang.mk

+ 2 - 0
erlang.mk

@@ -19,6 +19,8 @@ PROJECT ?= $(notdir $(CURDIR))
 # Packages database file.
 
 PKG_FILE ?= $(CURDIR)/.erlang.mk.packages.v1
+export PKG_FILE
+
 PKG_FILE_URL ?= https://raw.github.com/extend/erlang.mk/master/packages.v1.txt
 
 define get_pkg_file