diff options
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-x | core/cpt/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/cpt/build b/core/cpt/build new file mode 100755 index 00000000..4fd28dbc --- /dev/null +++ b/core/cpt/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm755 cpt_path.sh "$1/etc/profile.d/cpt_path.sh" +make PREFIX=/usr DESTDIR="$1" install |