aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
blob: 141e94ddfa478494b7f9ae48b435e1ce9b0f495e (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"