From a49057dfbf60b868168c19cc540d50939e700e16 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 18 Apr 2012 14:58:16 -0400 Subject: [PATCH] Deploy packages to /opt/wwc, rather than /opt/packages --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 0eabc4cba4..a510f77ab9 100644 --- a/rakefile +++ b/rakefile @@ -6,7 +6,7 @@ REPO_ROOT = File.dirname(__FILE__) BUILD_DIR = File.join(REPO_ROOT, "build") # Packaging constants -DEPLOY_DIR = "/opt/packages" +DEPLOY_DIR = "/opt/wwc" PACKAGE_NAME = "mitx" LINK_PATH = "/opt/wwc/mitx" VERSION = "0.1"