diff options
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 |