aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-24 20:40:50 +0300
committerCem Keylan <cem@ckyln.com>2020-07-24 20:40:50 +0300
commit22a72356f8e02a11f8798efbce7da74d4fdf12f1 (patch)
treeb3c22db0ca980af424be78aeeb1165027c6d27c0 /core/cpt/build
parentbb47652a438bc8bdded3d4c4e980543467bcf01c (diff)
downloadrepository-22a72356f8e02a11f8798efbce7da74d4fdf12f1.tar.gz
cpt: add new package at 3.0.0
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-xcore/cpt/build4
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