aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
blob: c7e2ba43cbf2354d4dcf1a53c80d4eaff63bb339 (plain)
1
2
3
4
5
6
#!/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"