From 22a72356f8e02a11f8798efbce7da74d4fdf12f1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 24 Jul 2020 20:40:50 +0300 Subject: cpt: add new package at 3.0.0 --- core/cpt/build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 core/cpt/build (limited to 'core/cpt/build') 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 -- cgit v1.2.3