diff options
Diffstat (limited to 'core/cpt')
-rwxr-xr-x | core/cpt/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/cpt/build b/core/cpt/build index 11f03c51..20ced110 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -5,5 +5,4 @@ make PREFIX=/usr DESTDIR="$1" install install -Dm644 cpt-base "$1/etc/cpt-base" install -Dm755 news "$1/usr/bin/cpt-news" -# TODO Remove this on the next release -rm -f "$1/usr/bin/Makefile" +install -Dm755 src/cpt "$1/usr/bin/cpt" |