aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
blob: 92a0f63c6ba7b2882ea6b530fdbb3a9f3d498227 (plain)
1
2
3
4
#!/bin/sh -e

make PREFIX=/usr DESTDIR="$1" install
install -Dm755 news "$1/usr/bin/cpt-news"