aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
blob: 6b2e4e0f9b6b4f20eecfa515ac7fb21de23dd6c5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install

clinst -Dm644 cpt-base "$1/etc/cpt/base"
clinst -Dm755 news     "$1/usr/bin/cpt-news"