diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-23 15:05:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-23 15:05:56 +0300 |
commit | 8d34ce0f1e533578dd45e7f5e5be3d1176b122a6 (patch) | |
tree | 2b05dfe2ecc6efb1bca11fbe8eb67c85d0aa5cd4 /cem/kiss/build | |
parent | 2e2fdbb805c2317cc5ff676010cadb009848dab0 (diff) | |
download | repository-8d34ce0f1e533578dd45e7f5e5be3d1176b122a6.tar.gz |
kiss: add new package at 1.9.0-7 to cem
Diffstat (limited to 'cem/kiss/build')
-rwxr-xr-x | cem/kiss/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cem/kiss/build b/cem/kiss/build new file mode 100755 index 0000000..0e3fc22 --- /dev/null +++ b/cem/kiss/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm755 -t "$1/etc/profile.d" kiss_path.sh +make PREFIX=/usr DESTDIR="$1" install |