diff options
| author | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:11 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:11 +0300 |
| commit | fb6b185ea2949c666a7a2c4666e772f02560cf4b (patch) | |
| tree | 3581a1d41eb4ffe7d6ca496bf9b269aa9625ef9b /community/pass/build | |
| parent | 34dbdc5d2372b36773d2c8f7be4776e0d92c9518 (diff) | |
| download | repository-fb6b185ea2949c666a7a2c4666e772f02560cf4b.tar.gz | |
pass: added to community
Diffstat (limited to 'community/pass/build')
| -rwxr-xr-x | community/pass/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/pass/build b/community/pass/build new file mode 100755 index 00000000..08374058 --- /dev/null +++ b/community/pass/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make PREFIX=/usr DESTDIR="$1" install |
