Deploy packages to /opt/wwc, rather than /opt/packages

This commit is contained in:
Calen Pennington
2012-04-18 14:58:16 -04:00
parent ce346f6608
commit a49057dfbf

View File

@@ -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"