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

clsed s/2022/2023/g LICENSE

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install

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