summaryrefslogtreecommitdiff
path: root/Ports/c-ray/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/c-ray/package.sh')
-rwxr-xr-xPorts/c-ray/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/c-ray/package.sh b/Ports/c-ray/package.sh
index 7a93152bea..2ad4efb816 100755
--- a/Ports/c-ray/package.sh
+++ b/Ports/c-ray/package.sh
@@ -13,6 +13,6 @@ configure() {
}
install() {
- mkdir -p "${SERENITY_BUILD_DIR}/Root/home/anon/c-ray"
- cp -r "${port}-${version}"/* "${SERENITY_BUILD_DIR}/Root/home/anon/c-ray"
+ mkdir -p "${SERENITY_INSTALL_ROOT}/home/anon/c-ray"
+ cp -r "${port}-${version}"/* "${SERENITY_INSTALL_ROOT}/home/anon/c-ray"
}