summaryrefslogtreecommitdiff
path: root/Ports/c-ray
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@serenityos.org>2020-05-06 18:40:06 +0300
committerAndreas Kling <kling@serenityos.org>2020-05-14 20:15:18 +0200
commit450a2a0f9ce2443bc06445ee018c9860d8cd5fc8 (patch)
treec124a612ef259b764855af5e33c39e0d09ad4df2 /Ports/c-ray
parent49727ffee424d8c0038ce18b91b0bf0ff33b1a4d (diff)
downloadserenity-450a2a0f9ce2443bc06445ee018c9860d8cd5fc8.zip
Build: Switch to CMake :^)
Closes https://github.com/SerenityOS/serenity/issues/2080
Diffstat (limited to 'Ports/c-ray')
-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 05aa71f6ce..a1db8e6cdc 100755
--- a/Ports/c-ray/package.sh
+++ b/Ports/c-ray/package.sh
@@ -12,6 +12,6 @@ configure() {
}
install() {
- mkdir -p $SERENITY_ROOT/Root/home/anon/c-ray
- cp -r c-ray-master/* $SERENITY_ROOT/Root/home/anon/c-ray
+ mkdir -p $SERENITY_ROOT/Build/Root/home/anon/c-ray
+ cp -r c-ray-master/* $SERENITY_ROOT/Build/Root/home/anon/c-ray
}