diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-24 20:40:50 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-24 20:40:50 +0300 |
commit | 22a72356f8e02a11f8798efbce7da74d4fdf12f1 (patch) | |
tree | b3c22db0ca980af424be78aeeb1165027c6d27c0 /core/cpt/build | |
parent | bb47652a438bc8bdded3d4c4e980543467bcf01c (diff) | |
download | repository-22a72356f8e02a11f8798efbce7da74d4fdf12f1.tar.gz |
cpt: add new package at 3.0.0
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 |