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

make PREFIX=/usr DESTDIR="$1" install

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

install -Dm755 src/cpt "$1/usr/bin/cpt"