summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-01-17 23:46:19 -0800
committerJoshua Harlow <harlowja@gmail.com>2014-01-17 23:46:19 -0800
commit61da02ee4318c5e2718fecf922b53e7bfee6d54c (patch)
treea8e532a5941bd9d9d323f67f17f35431255868a4 /tools
parentcbc5af7396743e014f1ad9ece0bb56820d26f484 (diff)
downloadvyos-cloud-init-61da02ee4318c5e2718fecf922b53e7bfee6d54c.tar.gz
vyos-cloud-init-61da02ee4318c5e2718fecf922b53e7bfee6d54c.zip
Update makefile to install from updated requirements files
Diffstat (limited to 'tools')
-rwxr-xr-xtools/read-dependencies4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/read-dependencies b/tools/read-dependencies
index 3335f6a4..f89391bc 100755
--- a/tools/read-dependencies
+++ b/tools/read-dependencies
@@ -19,10 +19,10 @@ if ! find_root; then
"exist in the cloud-init root directory."
fi
-REQUIRES="$ROOT_DIR/Requires"
+REQUIRES="$ROOT_DIR/requirements.txt"
if [ ! -e "$REQUIRES" ]; then
- fail "Unable to find 'Requires' file located at '$REQUIRES'"
+ fail "Unable to find 'requirements.txt' file located at '$REQUIRES'"
fi
# Filter out comments and empty lines