diff options
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-x | core/cpt/build | 4 |
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" |