diff options
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-x | core/cpt/build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/cpt/build b/core/cpt/build index d9173791..141e94dd 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -1,6 +1,10 @@ #!/bin/sh -e -make PREFIX=/usr DESTDIR="$1" install +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install clinst -Dm644 cpt-base "$1/etc/cpt-base" clinst -Dm755 news "$1/usr/bin/cpt-news" |