aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-xcore/cpt/build4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/cpt/build b/core/cpt/build
index 92a0f63c..c7e2ba43 100755
--- a/core/cpt/build
+++ b/core/cpt/build
@@ -1,4 +1,6 @@
#!/bin/sh -e
make PREFIX=/usr DESTDIR="$1" install
-install -Dm755 news "$1/usr/bin/cpt-news"
+
+install -Dm644 cpt-base "$1/etc/cpt-base"
+install -Dm755 news "$1/usr/bin/cpt-news"