diff options
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-x | core/cpt/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cpt/build b/core/cpt/build index 08374058..92a0f63c 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -1,3 +1,4 @@ #!/bin/sh -e make PREFIX=/usr DESTDIR="$1" install +install -Dm755 news "$1/usr/bin/cpt-news" |