diff options
Diffstat (limited to 'core/ubase/build')
-rwxr-xr-x | core/ubase/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ubase/build b/core/ubase/build index 09de00fb..d965a9ff 100755 --- a/core/ubase/build +++ b/core/ubase/build @@ -1,4 +1,4 @@ #!/bin/sh -e make CFLAGS="$CFLAGS -static" ubase-box -install -Dm755 ubase-box "$1/usr/bin/ubase-box" +make DESTDIR="$1" PREFIX=/usr ubase-box-install |