diff options
Diffstat (limited to 'Ports/c-ray')
-rwxr-xr-x | Ports/c-ray/package.sh | 4 |
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 } |